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

Commit 36a6eb19 authored by Woody Lin's avatar Woody Lin Committed by Inseob Kim
Browse files

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 032f11ee)
parent 419b49ad
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"
  }
}