diff options
author | 2017-09-12 22:04:29 +0000 | |
---|---|---|
committer | 2017-09-12 22:04:29 +0000 | |
commit | e57a4f85bf1948d316a90ca354b5bf84aa99b448 (patch) | |
tree | 17b99cb5a7208dc1bb05fb9f3a926a62fb946221 | |
parent | 4518ea94fd7e0cd41a165961deffa034c50ced46 (diff) | |
parent | b1dc6ca8c9dd1c850b8f4cc2320591267eea7856 (diff) |
Merge "Tron/proto: Add ACTION and FIELD for logging the boot reason string value through metrics."
-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 |