diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-25 16:14:15 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-06-25 16:14:15 +0000 |
commit | bc40d911965532b92dd21fffb5d011a1f6513fcb (patch) | |
tree | c38fbfb3db5a25abb9f135cfc6cf0c8e80746941 /cmds | |
parent | e36eeca8b54213136f5e43e11e844bed50094906 (diff) | |
parent | ae135c8108cdcba469d16ca57b00f8ebe0ad7f4c (diff) |
Merge "Inroduce UNIFORM_OPS sampling." into rvc-dev am: ae135c8108
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11689592
Change-Id: I0dbc266a2528abbc582c908b63e895713100da60
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/statsd/src/atoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index ca03343ddb80..02c0763c9d83 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -9694,6 +9694,7 @@ message RuntimeAppOpAccess { UNIFORM = 1; RARELY_USED = 2; BOOT_TIME_SAMPLING = 3; + UNIFORM_OPS = 4; } // sampling strategy used to collect this message |