OSDN Git Service

Log whether an event happened during landscape mode or not
authorHyunyoung Song <hyunyoungs@google.com>
Tue, 16 May 2017 18:04:26 +0000 (11:04 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Tue, 16 May 2017 18:12:43 +0000 (11:12 -0700)
commitd5a9b57713953131d78c6a79c8b58edbdf04099b
tree16e1d0236eca4fb98ce350eb68ab78574c5dc54d
parent0270039b98ec2cb4e641c88dabea0ca157d55596
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
protos/launcher_log.proto
src/com/android/launcher3/BaseActivity.java
src/com/android/launcher3/logging/UserEventDispatcher.java