Skip to content

Instantly share code, notes, and snippets.

@giacomocerquone
Last active April 17, 2024 20:54
Show Gist options
  • Save giacomocerquone/cc195287d1104c8e288ab69f39802495 to your computer and use it in GitHub Desktop.
Save giacomocerquone/cc195287d1104c8e288ab69f39802495 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"
@realabbas
Copy link

Great

@netojose
Copy link

Awesome, thanks!

@mgscreativa
Copy link

Cool!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment