Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created March 22, 2016 18:50
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 frogermcs/de55ee04e25f670a2aa8 to your computer and use it in GitHub Desktop.
Save frogermcs/de55ee04e25f670a2aa8 to your computer and use it in GitHub Desktop.
AndroidDevMetrics 0.4
public class ExampleApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
//Use it only in debug builds
if (BuildConfig.DEBUG) {
AndroidDevMetrics.initWith(this);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment