OSDN Git Service

Don't leak input events to dumpsys on user builds
authorAshwini Oruganti <ashfall@google.com>
Wed, 4 Dec 2019 21:21:09 +0000 (13:21 -0800)
committerManjae Park <manjaepark@google.com>
Mon, 16 Dec 2019 20:39:16 +0000 (12:39 -0800)
commit5dd8c54fe37a50f4cbf2769176509e90ef42ddf0
tree072fd186c4085626a386e3f9515eec88bcfea792
parent4276ad7cac48a4d15cae8337711b69eef3900071
Don't leak input events to dumpsys on user builds

Remove the details of KeyEvent and MotionEvent logs.

Bug: 139945049
Test: Tested on a device, the input functions work as expected and input
event logs are not leaked to dumpsys on user builds.

Change-Id: I98c9c375f18963177bf0c1d8829a217b4ad4acc6
Merged-In: I98c9c375f18963177bf0c1d8829a217b4ad4acc6
(cherry picked from commit c2ddb61f37b2f7a1067534fc3a950c7fe4677818)
services/inputflinger/InputDispatcher.cpp