summaryrefslogtreecommitdiff
path: root/proto/src
diff options
context:
space:
mode:
author Olivier Gaillard <gaillard@google.com> 2023-11-03 17:30:48 +0000
committer Olivier Gaillard <gaillard@google.com> 2023-11-07 21:50:41 +0000
commit2322128fd565825a013bf7bac5ba6cc3043928d0 (patch)
tree7cc091416fcc735b6c9230e680e41f79bf0ddf7a /proto/src
parent24af7a43b26ff0004dde2bf5309ca33ae930919c (diff)
Log when system server started time and add it to the ANR dumps
Change-Id: I7b8584580fefd41f5654de47e76b20929f5ab28b
Diffstat (limited to 'proto/src')
-rw-r--r--proto/src/criticalevents/critical_event_log.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/criticalevents/critical_event_log.proto b/proto/src/criticalevents/critical_event_log.proto
index 25814eca9a85..9cda2672eab0 100644
--- a/proto/src/criticalevents/critical_event_log.proto
+++ b/proto/src/criticalevents/critical_event_log.proto
@@ -59,8 +59,11 @@ message CriticalEventProto {
AppNotResponding anr = 4;
JavaCrash java_crash = 5;
NativeCrash native_crash = 6;
+ SystemServerStarted system_server_started = 7;
}
+ message SystemServerStarted {}
+
message Watchdog {
// The watchdog subject.
// Required.