summaryrefslogtreecommitdiff
path: root/core/sysprop
diff options
context:
space:
mode:
authorWoody Lin <woodylin@google.com>2020-10-15 18:14:33 +0800
committerInseob Kim <inseob@google.com>2020-10-15 10:38:48 +0000
commit36a6eb193003a7c3c49e1840ac73c57e6c64366b (patch)
treed0a327a0a02ca018d8087bc687bebc3d4ce859e4 /core/sysprop
parent419b49ade3e19543dd0549c2fedcd91591087a4e (diff)
Update API of sysprop_library to match current.txt
The current.txt is updated by: m com.android.sysprop.watchdog-dump-api && \ rm -rf frameworks/base/core/sysprop/api/com.android.sysprop.watchdog-current.txt && \ cp -f out/soong/.intermediates/frameworks/base/core/sysprop/com.android.sysprop.watchdog_sysprop_library/api-dump.txt \ frameworks/base/core/sysprop/api/com.android.sysprop.watchdog-current.txt Bug: 170935569 Test: m Change-Id: Ie6d6ff5ed6c3883cb3459b8fb57ca18f4ce28098 Merged-In: Ie6d6ff5ed6c3883cb3459b8fb57ca18f4ce28098 (cherry picked from commit 032f11ee7f810fee991efb6bf5fed3d86b320d4f)
Diffstat (limited to 'core/sysprop')
-rw-r--r--core/sysprop/api/com.android.sysprop.watchdog-current.txt20
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"
- }
-}