Fast patch for system_tombstone string mismatch
The dropbox label for system_tombstone tests is actually all caps.
Because we index on the label for matching known failures, the label in
the bug_map file also needs to be all caps.
Test: yes, forrest
Bug: 158662603
Change-Id: I337dde4b503fd0473902a8836b5025ef5c1741df
diff --git a/tests/functional/devicehealthchecks/assets/bug_map b/tests/functional/devicehealthchecks/assets/bug_map
index 976a087..748fc4b 100644
--- a/tests/functional/devicehealthchecks/assets/bug_map
+++ b/tests/functional/devicehealthchecks/assets/bug_map
@@ -9,5 +9,5 @@
system_app_crash com.google.android.inputmethod.latin 157051520
system_app_native_crash com.google.android.apps.safetyhub 154358781
system_app_native_crash com.google.android.providers.media.module 154416156
-system_tombstone android.hardware.vibrator-service.drv2624 151884322
-system_tombstone /vendor/bin/hw/android.hardware.gnss@1.0-service-qti 129282808
+SYSTEM_TOMBSTONE android.hardware.vibrator-service.drv2624 151884322
+SYSTEM_TOMBSTONE /vendor/bin/hw/android.hardware.gnss@1.0-service-qti 129282808