Merge changes from topic "update_sysprop_api_txt" am: da2ce9eae8

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1462123

Change-Id: Iba73c0dabf340b310b730734d930baa348d3ce74
This commit is contained in:
Treehugger Robot
2020-10-15 16:11:02 +00:00
committed by Automerger Merge Worker

View File

@@ -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"
}
}