commit | 9d4a96ed029fdad1e369d5eedd082938f0dc9e01 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Wed Sep 30 00:32:04 2020 +0800 |
committer | Hyunyoung Song <hyunyoungs@google.com> | Wed Oct 07 03:52:58 2020 +0000 |
tree | 49c7248efb3c7ef7540d1398c3b652d4ad137f26 | |
parent | e9bf2bd14c9a7a48f8f93687932d41b1418cf4e4 [diff] |
Add latency metrics for recents gesture Pass the touch down time to RecentsAnimation#startRecentsActivity. Bug: 169221287 Test: Enable statsd log: "adb shell cmd stats print-logs" Touch gesture navigation bar. adb logcat | grep statsd | grep "(48)" The line may contain 0x100000->4[I] 0x110000->20[I] that means 4=by recents and 20=latency 20ms. Change-Id: I81ee804895b7712f4d925736f5b4694c11a12cbe (cherry picked from commit 63623967b83edad56db58173ebb6687c685b9177)