Skip to content

Instantly share code, notes, and snippets.

@hidroh
Created June 16, 2016 04:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hidroh/26f65098a5c6c856288503b4238e3639 to your computer and use it in GitHub Desktop.
Save hidroh/26f65098a5c6c856288503b4238e3639 to your computer and use it in GitHub Desktop.
Enable verbose logging for Google/Firebase Analytics
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