Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83196d0b authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am 8bfd5782: Merge "Do not output string-encoded MotionEvent."

* commit '8bfd5782':
  Do not output string-encoded MotionEvent.
parents 5f18b4be 8bfd5782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
        }
    }