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

Commit 94c194a7 authored by Daniel Sandler's avatar Daniel Sandler Committed by The Android Automerger
Browse files

Turn off an assert.

Change-Id: Ifad4bd65ddcedc6e2dd018695fd37ddbf9163e80
parent dacce4ca
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -101,8 +101,7 @@ public class GestureRecorder {
                mDownTime = ev.getDownTime();
            } else {
                if (mDownTime != ev.getDownTime()) {
                    // TODO: remove
                    throw new RuntimeException("Assertion failure in GestureRecorder: event downTime ("
                    Slog.w(TAG, "Assertion failure in GestureRecorder: event downTime ("
                            +ev.getDownTime()+") does not match gesture downTime ("+mDownTime+")");
                }
            }