Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created November 19, 2016 18:49
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/0429206107879fdb23237cdcb7397dae to your computer and use it in GitHub Desktop.
Save frogermcs/0429206107879fdb23237cdcb7397dae to your computer and use it in GitHub Desktop.
public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
registerActivityLifecycleCallbacks(new ActivityFrameMetrics.Builder().build());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment