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)
committerAshwini Oruganti <ashfall@google.com>
Fri, 6 Dec 2019 18:23:49 +0000 (18:23 +0000)
commitc2ddb61f37b2f7a1067534fc3a950c7fe4677818
tree8ebd79c3908be341d4a85b8d85ea87563636b43a
parentdbd0eecfc7570231d5cbb76678b0358c43ee6d3c
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
services/inputflinger/InputDispatcher.cpp