am 8bfd5782: Merge "Do not output string-encoded MotionEvent."
* commit '8bfd57820f840d82dafad33c1d2f44c54f461fc1': Do not output string-encoded MotionEvent.main
commit
83196d0b57
|
@ -1760,7 +1760,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||
public static void suddenJumpingTouchEventHandler_onTouchEvent(final MotionEvent me) {
|
||||
if (me != null) {
|
||||
getInstance().enqueueEvent(LOGSTATEMENT_SUDDENJUMPINGTOUCHEVENTHANDLER_ONTOUCHEVENT,
|
||||
me.toString());
|
||||
MotionEvent.obtain(me));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue