Skip to content

Instantly share code, notes, and snippets.

@louicoder
Forked from giacomocerquone/adbCommands.txt
Created January 18, 2023 12:20
Show Gist options
  • Save louicoder/294a7e2826b1779bf815aa10c9a8efaf to your computer and use it in GitHub Desktop.
Save louicoder/294a7e2826b1779bf815aa10c9a8efaf to your computer and use it in GitHub Desktop.
Useful adb logcat commands when working with react native
// 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