diff options
-rw-r--r-- | core/sysprop/api/com.android.sysprop.watchdog-current.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/core/sysprop/api/com.android.sysprop.watchdog-current.txt b/core/sysprop/api/com.android.sysprop.watchdog-current.txt index d901aef945c9..e69de29bb2d1 100644 --- a/core/sysprop/api/com.android.sysprop.watchdog-current.txt +++ b/core/sysprop/api/com.android.sysprop.watchdog-current.txt @@ -1,20 +0,0 @@ -props { - module: "android.sysprop.WatchdogProperties" - prop { - api_name: "fatal_count" - type: Integer - scope: Internal - prop_name: "framework_watchdog.fatal_count" - } - prop { - api_name: "fatal_window_second" - type: Integer - scope: Internal - prop_name: "framework_watchdog.fatal_window.second" - } - prop { - api_name: "is_fatal_ignore" - scope: Internal - prop_name: "persist.debug.framework_watchdog.fatal_ignore" - } -} |