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
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index cbece78..d313f4d 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -1741,6 +1741,7 @@
         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;