Created
June 16, 2016 04:38
-
-
Save hidroh/26f65098a5c6c856288503b4238e3639 to your computer and use it in GitHub Desktop.
Enable verbose logging for Google/Firebase Analytics
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.GAv4 DEBUG | |
adb shell setprop log.tag.FA VERBOSE | |
adb shell setprop log.tag.FA-SVC VERBOSE | |
adb logcat *:S GAv4:V FA:V FA-SVC:V GoogleTagManager:V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment