Android 反应本机日志和崩溃输出

Android 反应本机日志和崩溃输出,android,reactjs,react-native,adb,android-logcat,Android,Reactjs,React Native,Adb,Android Logcat,每当我运行react native log android时,我都会得到以下信息: 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 为什么

每当我运行react native log android时,我都会得到以下信息:

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

为什么它说的是崩溃的开始?我的应用程序没有崩溃。

crash,system和main只是不同日志缓冲区的名称,并且------崩溃线的开始只是标记日志中该部分的开始。紧接着是------系统的开始,即下一部分的标题,这意味着崩溃部分是空的。

你有调味汁吗?你缺少调味品吗?我的意思是来源*