diff options
author | Woody Lin <woodylin@google.com> | 2021-01-27 17:27:08 +0800 |
---|---|---|
committer | Woody Lin <woodylin@google.com> | 2021-01-27 21:57:53 +0800 |
commit | bc8d470970b86070a18f3694af027b935784916e (patch) | |
tree | 48bd0de918534cf923fd4b10e56b9ab63c7fdec2 /core/sysprop/api | |
parent | 6671f75e1dc5b04fc36b5b1e4aa281d43ec5a682 (diff) |
Watchdog: Rename properties to follow guidelines
Bug: 141948707
Bug: 178498518
Change-Id: Iefbeae8da80308be148610dc87d20553a290f4c5
Diffstat (limited to 'core/sysprop/api')
-rw-r--r-- | core/sysprop/api/com.android.sysprop.watchdog-latest.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/sysprop/api/com.android.sysprop.watchdog-latest.txt b/core/sysprop/api/com.android.sysprop.watchdog-latest.txt index d901aef945c9..c8462111fa94 100644 --- a/core/sysprop/api/com.android.sysprop.watchdog-latest.txt +++ b/core/sysprop/api/com.android.sysprop.watchdog-latest.txt @@ -7,13 +7,13 @@ props { prop_name: "framework_watchdog.fatal_count" } prop { - api_name: "fatal_window_second" + api_name: "fatal_window_seconds" type: Integer scope: Internal prop_name: "framework_watchdog.fatal_window.second" } prop { - api_name: "is_fatal_ignore" + api_name: "should_ignore_fatal_count" scope: Internal prop_name: "persist.debug.framework_watchdog.fatal_ignore" } |