Skip to content

Instantly share code, notes, and snippets.

@jamesktan
Created November 30, 2015 18:26
Show Gist options
  • Save jamesktan/1fcf5201bd79f7d1d519 to your computer and use it in GitHub Desktop.
Save jamesktan/1fcf5201bd79f7d1d519 to your computer and use it in GitHub Desktop.
Google Analytics Code Snippets for Debugging
GAI.sharedInstance().logger.logLevel = GAILogLevel.None
#if TARGET_IPHONE_SIMULATOR
// [[GAI sharedInstance] setDryRun:YES];
GAI.sharedInstance.setDryRun:true
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment