commit | 1684f2d5ba35c131cbcfdcce5fc93d63622b0e9c | [log] [tgz] |
---|---|---|
author | Steven Wu <stwu@google.com> | Thu Apr 11 14:10:42 2019 -0400 |
committer | Steven Wu <stwu@google.com> | Fri Apr 12 21:23:32 2019 -0400 |
tree | 0446fa456e662f23745d1979f71c07d480275b5f | |
parent | 49e9f80efd86df589555193d90c631f183674908 [diff] [blame] |
Add logging for bubble flyout action. Bug: 123543171 Test: manual Change-Id: I7b0a21c0a0c23c211e4c72ec5b2dfc7ea60537d6
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 90ba7ce..0d55855 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto
@@ -5575,6 +5575,7 @@ SWIPE_LEFT = 13; SWIPE_RIGHT = 14; STACK_EXPANDED = 15; + FLYOUT = 16; } optional Action action = 6;