Skip to content

Instantly share code, notes, and snippets.

@esmasui
Created October 23, 2014 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esmasui/7c68c4ece96ea2130aa5 to your computer and use it in GitHub Desktop.
Save esmasui/7c68c4ece96ea2130aa5 to your computer and use it in GitHub Desktop.
GA verbose, dry run
GoogleAnalytics ga = GoogleAnalytics.getInstance(context);
ga.setDryRun(true);
ga.getLogger().setLogLevel(Logger.LogLevel.VERBOSE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment