OSDN Git Service

Add logging constant for reset dashboard page.
authorFan Zhang <zhfan@google.com>
Fri, 24 Mar 2017 20:44:51 +0000 (13:44 -0700)
committerFan Zhang <zhfan@google.com>
Fri, 24 Mar 2017 20:52:28 +0000 (13:52 -0700)
Change-Id: I526bdd71dad46510a205ed7f540914e83f779224
Fix: 36458355
Test: builds

proto/src/metrics_constants.proto

index c091c41..1346aa8 100644 (file)
@@ -3797,6 +3797,9 @@ message MetricsEvent {
     // VALUE: The package name of the app
     ACTION_SETTINGS_CLEAR_INSTANT_APP = 923;
 
+    // OPEN: Settings -> System -> Reset options
+    RESET_DASHBOARD = 924;
+
     // ---- End O Constants, all O constants go above this line ----
 
     // Add new aosp constants above this line.