summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Gavin Corkery <gavincorkery@google.com> 2020-01-17 19:24:22 +0000
committer Gavin Corkery <gavincorkery@google.com> 2020-01-17 19:24:22 +0000
commit3285d22cb53e1c6fb7d697754982cc6cf21b5171 (patch)
treeffcab76574e97f269de98a499f9f2285dc13a0d8
parent75d45584a1ee8fc5e7512fa88b196246f3aea01d (diff)
Add native boot crash rollback reason type
Extend the RollbackReasonType enum to allow the logging of native crashes that occurred during boot Test: Builds Bug: 138782888 Change-Id: I3bf321c321cf97c02bbe9cfa0f3ab58fbbf17258
-rw-r--r--cmds/statsd/src/atoms.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index cbece78ec355..d313f4d20786 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -1741,6 +1741,7 @@ message WatchdogRollbackOccurred {
REASON_EXPLICIT_HEALTH_CHECK = 2;
REASON_APP_CRASH = 3;
REASON_APP_NOT_RESPONDING = 4;
+ REASON_NATIVE_CRASH_DURING_BOOT = 5;
}
optional RollbackReasonType rollback_reason = 4;