Fix style error

Bug: 118783261
Test: Manually tested by running: adb shell cmd stats print-logs,
    adb logcat | grep statsd | grep \(77\)

Change-Id: I149006f9e625e609ffe3bbd713a2d30a2c69dafe
This commit is contained in:
Badhri Jagan Sridharan
2018-12-14 14:41:26 -08:00
parent e64ba8b491
commit c2c54a228f

View File

@@ -1222,7 +1222,7 @@ message UsbDeviceAttached {
STATE_CONNECTED = 1;
}
optional State state = 6;
optional int64 last_connect_duration_ms = 7;
optional int64 last_connect_duration_millis = 7;
}
@@ -3586,4 +3586,4 @@ message DocsUIUserActionReported {
*/
message DocsUIInvalidScopedAccessRequestReported {
optional android.stats.docsui.InvalidScopedAccess type = 1;
}
}