commit | 887b7d93bd3a545e9ff4478c7ce743a819af39a6 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Thu Jun 18 00:43:02 2020 +0000 |
committer | Siarhei Vishniakou <svv@google.com> | Sat Jul 18 00:31:18 2020 +0000 |
tree | 2eab5e3acba3bb6d4b6d70a80b9f3d2981179e54 | |
parent | a784d5b973e6cf1fa07053969259eda54e67728e [diff] [blame] |
Log windows that are being interacted with - 2 This reverts commit 3d989c2a7188cda286356b7c7d4e6b9c514930ed. Reason for revert: adding null check for getConnectionLocked Bug: 159249116 Test: adb logcat -b all | grep -i interaction Change-Id: I1ab3c5a08bce1edc3f11b86f0407e654ba1c7cee
diff --git a/services/inputflinger/dispatcher/Android.bp b/services/inputflinger/dispatcher/Android.bp index 390c6b8..d29d8df 100644 --- a/services/inputflinger/dispatcher/Android.bp +++ b/services/inputflinger/dispatcher/Android.bp
@@ -68,4 +68,5 @@ export_header_lib_headers: [ "libinputdispatcher_headers", ], + logtags: ["EventLogTags.logtags"], }