-
-
Save louicoder/294a7e2826b1779bf815aa10c9a8efaf to your computer and use it in GitHub Desktop.
Useful adb logcat commands when working with react native
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// useful to debug js code errors | |
adb logcat "*:S" ReactNative:V ReactNativeJS:V | |
// useful to debug native errors (when the app won't even start) | |
adb logcat "*:E" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment