Skip to content

Instantly share code, notes, and snippets.

@AilsonFreire
Created December 17, 2019 15:11
Show Gist options
  • Save AilsonFreire/d4a81e44636af9fc719e3127db552ba2 to your computer and use it in GitHub Desktop.
Save AilsonFreire/d4a81e44636af9fc719e3127db552ba2 to your computer and use it in GitHub Desktop.
Commands to log a React Native project to Firebase debug
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment