Merge "Do not output string-encoded MotionEvent."
This commit is contained in:
commit
8bfd57820f
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||||
public static void suddenJumpingTouchEventHandler_onTouchEvent(final MotionEvent me) {
|
public static void suddenJumpingTouchEventHandler_onTouchEvent(final MotionEvent me) {
|
||||||
if (me != null) {
|
if (me != null) {
|
||||||
getInstance().enqueueEvent(LOGSTATEMENT_SUDDENJUMPINGTOUCHEVENTHANDLER_ONTOUCHEVENT,
|
getInstance().enqueueEvent(LOGSTATEMENT_SUDDENJUMPINGTOUCHEVENTHANDLER_ONTOUCHEVENT,
|
||||||
me.toString());
|
MotionEvent.obtain(me));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue