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

Commit 732c8b8f 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

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

Change-Id: I128d5635d93009fa62c2efe30a12d6b6a996a0d7
parents 7aff9ded 08a11ec1
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"
  }
}