summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/logging/EventLogArray.java
AgeCommit message (Collapse)Author
2019-08-26Add unique id to trace logs through recents animationsVinit Nayak
Generate a 3 digit number and append it to log statements here as well as in platform. fixes: 134619041 Test: Inspected log output with adb shell dumpsys activity service TouchInteractionService Change-Id: I52a76dd2950565b246384d7766fdede9e28f5bb9
2019-05-17Add more logging and commands to service dumpWinson Chung
Change-Id: I03d5ea5aac618eba7e0e5a1555e45a165918bb60
2019-03-05Using a single array instead of a list of array for trcking eventsSunny Goyal
In case events come out of order, the list is not properly initialized which can lead to missing invalid states Bug: 127282292 Change-Id: I3b4784b8e3eec890e80e62c2ea613e1ba84b6c95