summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-05-16 11:04:26 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-05-16 11:12:43 -0700
commitd5a9b57713953131d78c6a79c8b58edbdf04099b (patch)
tree16e1d0236eca4fb98ce350eb68ab78574c5dc54d /protos
parent0270039b98ec2cb4e641c88dabea0ca157d55596 (diff)
downloadandroid_packages_apps_Trebuchet-d5a9b57713953131d78c6a79c8b58edbdf04099b.tar.gz
android_packages_apps_Trebuchet-d5a9b57713953131d78c6a79c8b58edbdf04099b.tar.bz2
android_packages_apps_Trebuchet-d5a9b57713953131d78c6a79c8b58edbdf04099b.zip
Log whether an event happened during landscape mode or not
b/38211234 <sample log> action:TAP Source child:APP_ICON, packageHash=-1046965711, componentHash=-371608779, intentHash=208792422, grid(4,4), span(1,1), pageIdx=0 parent:WORKSPACE id=0 Elapsed container 3071 ms session 3071 ms action 0 ms isInLandscapeMode true isInMultiWindowMode false </sample log> Change-Id: I44dfe4e7ee2a41c56a50cc2b507bbbeedc458018
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 909a42987..93e09aea8 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -156,4 +156,5 @@ message LauncherEvent {
optional int64 elapsed_session_millis = 6;
optional bool is_in_multi_window_mode = 7;
+ optional bool is_in_landscape_mode = 8;
}