0

Whenever I run react-native log-android I get this:

Starting the logger (/Users/axel/Library/Android/sdk/platform-tools/adb logcat *:S ReactNative:V ReactNativeJS:V)...
--------- beginning of crash
--------- beginning of system
--------- beginning of main

Why does it say beginning of crash? My app isn't crashing.

1 Answer 1

1

crash, system and main are just the names of different log buffers and --------- beginning of crash line just marks the beginning of that section in the log. It is immediately followed by --------- beginning of system (i.e. the header of the next section) which means that the crash section is empty.

Sign up to request clarification or add additional context in comments.

3 Comments

Do you have a sauce?
Are you short on condiments?
source* is what I meant

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.