From 3285d22cb53e1c6fb7d697754982cc6cf21b5171 Mon Sep 17 00:00:00 2001 From: Gavin Corkery Date: Fri, 17 Jan 2020 19:24:22 +0000 Subject: 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 --- cmds/statsd/src/atoms.proto | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3-59-g8ed1b