Commit 4f59f7ed authored by Guohui Deng's avatar Guohui Deng Committed by Commit Bot

Update cast_logs.proto with internal copies.

This CL is generated with export script.

Bug: internal b/166313191
Test: None
Change-Id: Ib76dd0731824f32ec265234c4e160fefc1195008
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392915Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Guohui Deng <guohuideng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804458}
parent 4888700a
Name: Metrics Protos Name: Metrics Protos
Short Name: metrics_proto Short Name: metrics_proto
URL: This is the canonical public repository URL: This is the canonical public repository
Version: 327401716 Version: 329948683
Date: 2020/08/19 UTC Date: 2020/09/03 UTC
License: BSD License: BSD
Security Critical: Yes Security Critical: Yes
......
...@@ -254,7 +254,7 @@ message CastLogsProto { ...@@ -254,7 +254,7 @@ message CastLogsProto {
// Next tag: 13 // Next tag: 13
message CastDeviceMutableInfo { message CastDeviceMutableInfo {
// This is the last type of reboot the device encountered // This is the last type of reboot the device encountered
// Next tag: 14 // Next tag: 17
enum RebootType { enum RebootType {
REBOOT_TYPE_UNKNOWN = 0; // Fail to get reboot type from system property REBOOT_TYPE_UNKNOWN = 0; // Fail to get reboot type from system property
REBOOT_TYPE_FORCED = 1; // Power removed from device REBOOT_TYPE_FORCED = 1; // Power removed from device
...@@ -273,6 +273,16 @@ message CastLogsProto { ...@@ -273,6 +273,16 @@ message CastLogsProto {
REBOOT_TYPE_REGENERATE_CLOUD_ID = 12; REBOOT_TYPE_REGENERATE_CLOUD_ID = 12;
// Reboot triggered due to successive OOM events. // Reboot triggered due to successive OOM events.
REBOOT_TYPE_REPEATED_OOM = 13; REBOOT_TYPE_REPEATED_OOM = 13;
// Reboot triggered when the utility process is found to be in
// crash loop.
REBOOT_TYPE_UTILITY_PROCESS_CRASH = 14;
// design doc go/fuchsia-session-restart-metrics
// Restart triggered due to graceful component teardown by the Fuchsia
// platform. Device has not rebooted.
REBOOT_TYPE_GRACEFUL_RESTART = 15;
// Restart triggered due to ungraceful component teardown by the Fuchsia
// platform. Device has not rebooted.
REBOOT_TYPE_UNGRACEFUL_RESTART = 16;
} }
optional RebootType last_reboot_type = 1; optional RebootType last_reboot_type = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment