commit | d44e26bc696efd60740cc41e075fb13d2a0c6780 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Nov 27 14:36:40 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 27 14:36:40 2018 +0000 |
tree | ef2d95e6ebc0e8677cb36924244c9ec6df5e6200 | |
parent | ff296e75ced99cfde72da5b3352afe36d7a67f7f [diff] | |
parent | 6cc41d5320caced595b1b093bdabee8966d88549 [diff] |
Merge "Remove com.android.i18n.phonenumbers.... classes from light grey list"
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index e12b665..281f900 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto
@@ -1794,8 +1794,8 @@ */ message CpuTimePerUid { optional int32 uid = 1 [(is_uid) = true]; - optional uint64 user_time_millis = 2; - optional uint64 sys_time_millis = 3; + optional uint64 user_time_micros = 2; + optional uint64 sys_time_micros = 3; } /**