• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1props {
2  module: "android.sysprop.WatchdogProperties"
3  prop {
4    api_name: "fatal_count"
5    type: Integer
6    scope: Internal
7    prop_name: "framework_watchdog.fatal_count"
8  }
9  prop {
10    api_name: "fatal_window_seconds"
11    type: Integer
12    scope: Internal
13    prop_name: "framework_watchdog.fatal_window.second"
14  }
15  prop {
16    api_name: "should_ignore_fatal_count"
17    scope: Internal
18    prop_name: "persist.debug.framework_watchdog.fatal_ignore"
19  }
20}
21