From c2c54a228f894365550ed4c56d98b89c81437caf Mon Sep 17 00:00:00 2001 From: Badhri Jagan Sridharan Date: Fri, 14 Dec 2018 14:41:26 -0800 Subject: [PATCH] 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 --- cmds/statsd/src/atoms.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index f58caff76d27b..4aa60b520be75 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -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; -} \ No newline at end of file +}