Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 8, 2020 20:12
Show Gist options
  • Save sthewissen/afa4f0e82ac71aceb0d8ea69e372c3e4 to your computer and use it in GitHub Desktop.
Save sthewissen/afa4f0e82ac71aceb0d8ea69e372c3e4 to your computer and use it in GitHub Desktop.
Enable verbose logging Firebase Analytics
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC
@HarisChandio
Copy link

where to put that? in the terminal its saying that adb command is not recognized

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