OSDN Git Service

Stop throwing exceptions in TouchExplorer
authorPhil Weaver <pweaver@google.com>
Fri, 23 Feb 2018 19:26:25 +0000 (11:26 -0800)
committerPhil Weaver <pweaver@google.com>
Fri, 23 Feb 2018 19:26:25 +0000 (11:26 -0800)
commit9404bea49afbee164e82fb9b0c2156d0a2794437
tree4a3df9675af035745a854608f00e3930508eb359
parent92ab9f1c6bd7daf2b7dd3a923b5b3ca919bbb4b5
Stop throwing exceptions in TouchExplorer

These crash the system. Resetting and trying to muddle
through seems like a better solution than restarting
the device.

Bug: 68269250
Test: make, try TalkBack a bit. The crashes were so rare that
the code I'm changing *almost* never executes.

Change-Id: I7931417832cb2ce39de5c8b00312c12354d76803
services/accessibility/java/com/android/server/accessibility/TouchExplorer.java