Created
January 8, 2020 20:12
-
-
Save sthewissen/afa4f0e82ac71aceb0d8ea69e372c3e4 to your computer and use it in GitHub Desktop.
Enable verbose logging Firebase Analytics
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
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
where to put that? in the terminal its saying that adb command is not recognized