commit | 370a6e19477ed055ecc05ea45c3ede1aaa39f827 | [log] [tgz] |
---|---|---|
author | Brad Lassey <lassey@google.com> | Fri Aug 30 01:38:16 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Fri Aug 30 01:38:16 2024 +0000 |
tree | 6359860ef01e8526acb7a52d14a01bbfce70dbe0 | |
parent | 14a533a83d74880734c865648101e0ab62481642 [diff] [blame] |
Add a flag to enable watchdog for the NFC system process Bug: 362937338 Test: writing a test Flag: android.nfc.nfc_watchdog (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:f958ae00004c3c169a348edf9106ed533c4c36b4) Merged-In: I313dd1f36bed7efb5fee94dea2003ab1f5ac528d Change-Id: I313dd1f36bed7efb5fee94dea2003ab1f5ac528d
diff --git a/nfc/java/android/nfc/flags.aconfig b/nfc/java/android/nfc/flags.aconfig index 468147f..9a4ee2f 100644 --- a/nfc/java/android/nfc/flags.aconfig +++ b/nfc/java/android/nfc/flags.aconfig
@@ -140,3 +140,11 @@ description: "Enable override and recover routing table" bug: "329043523" } + +flag { + name: "nfc_watchdog" + is_exported: true + namespace: "nfc" + description: "Enable watchdog for the NFC system process" + bug: "362937338" +} \ No newline at end of file