diff options
-rw-r--r-- | proto/src/metrics_constants.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 6ee9c14e4878..2bdd73707777 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4311,6 +4311,12 @@ message MetricsEvent { // OS: O MR FIELD_SETTINGS_SMART_SUGGESTIONS_ENABLED = 1097; + // ACTION: The device boots + ACTION_BOOT = 1098; + + // FIELD: A string value representing some state of the platform, e.g., boot reason + FIELD_PLATFORM_REASON = 1099; + // ---- End O-MR1 Constants, all O-MR1 constants go above this line ---- // OPEN: Settings > Network & Internet > Mobile network |