Last active
June 15, 2021 12:05
-
-
Save juan-fdz-hawa/7b629ffeb8916379878202f8f6a043d6 to your computer and use it in GitHub Desktop.
Enable Firbase Logging
This file contains 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 shell setprop debug.firebase.analytics.app com.getmyboat_v1 | |
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