Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created November 19, 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/db346227c17676b5e0ee09b11bc2b4ee to your computer and use it in GitHub Desktop.
Save frogermcs/db346227c17676b5e0ee09b11bc2b4ee to your computer and use it in GitHub Desktop.
new ActivityFrameMetrics.Builder()
.warningLevelMs(20) //default: 17ms
.errorLevelMs(40) //default: 34ms
.showWarnings(true) //default: true
.showErrors(true) //default: true
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment