Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a46d248 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "update_sysprop_api_txt" am: da2ce9ea am: 08a11ec1 am: 732c8b8f

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

Change-Id: Ia59d666a9a46be97b39445fcf47da2143d12fedc
parents 32c2d6f3 732c8b8f
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
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"
  }
}