diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-06-25 15:58:20 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-06-25 15:58:20 +0000 |
commit | ae135c8108cdcba469d16ca57b00f8ebe0ad7f4c (patch) | |
tree | ceefb686937d54144cd1855bacd5ca792dee6264 /cmds | |
parent | 4afa50f2766aa7efdca367578955c858c6a610fb (diff) | |
parent | cb726cbdd2ea88e41b2a91495e3239f20bdd9385 (diff) |
Merge "Inroduce UNIFORM_OPS sampling." into rvc-dev
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 |