• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.app.jank"
2container: "system"
3
4flag {
5  name: "detailed_app_jank_metrics_api"
6  namespace: "system_performance"
7  description: "Control the API portion of Detailed Application Jank Metrics"
8  bug: "366264614"
9  is_exported: true
10}
11
12flag {
13  name: "detailed_app_jank_metrics_logging_enabled"
14  namespace: "system_performance"
15  description: "Controls whether the system will log frame metrics related to app jank"
16  bug: "366265225"
17}
18
19flag {
20  name: "viewroot_choreographer"
21  namespace: "system_performance"
22  description: "when enabled janktracker will get the instance of choreographer from viewrootimpl"
23  bug: "377960907"
24  metadata {
25    purpose: PURPOSE_BUGFIX
26  }
27}