diff options
author | 2024-01-05 15:25:38 +0000 | |
---|---|---|
committer | 2024-01-08 10:45:27 +0000 | |
commit | 3f20161d8b9c0ba139d893da0d9ff23f942bf913 (patch) | |
tree | 16334d188d6a782151ed406e553657c42fb42e7c /proto/src | |
parent | 03b5547f31363e8e9fb7d17695abda4f36227657 (diff) |
Log an event when packages are installed to understand the impact on ANRs.
Bug: 318823843
Change-Id: I700ff65587f14a75e869c8c76a6ae7022f6c3067
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/criticalevents/critical_event_log.proto | 3 |
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 9cda2672eab0..cffcd0941df8 100644 --- a/proto/src/criticalevents/critical_event_log.proto +++ b/proto/src/criticalevents/critical_event_log.proto @@ -60,8 +60,11 @@ message CriticalEventProto { JavaCrash java_crash = 5; NativeCrash native_crash = 6; SystemServerStarted system_server_started = 7; + InstallPackages install_packages = 8; } + message InstallPackages {} + message SystemServerStarted {} message Watchdog { |