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

Commit a8fe56ad authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Mute some spammy log messages from KeyButtonView"

parents b55df447 7a1a2f0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class KeyButtonView extends ImageView {

        switch (action) {
            case MotionEvent.ACTION_DOWN:
                Slog.d("KeyButtonView", "press");
                //Slog.d("KeyButtonView", "press");
                mDownTime = SystemClock.uptimeMillis();
                mRepeat = 0;
                mSending = true;
@@ -132,7 +132,7 @@ public class KeyButtonView extends ImageView {
        final KeyEvent ev = new KeyEvent(mDownTime, when, action, mCode, mRepeat,
                0, 0, 0, flags, InputDevice.SOURCE_KEYBOARD);
        try {
            Slog.d(StatusBarService.TAG, "injecting event " + ev);
            //Slog.d(StatusBarService.TAG, "injecting event " + ev);
            mWindowManager.injectInputEventNoWait(ev);
        } catch (RemoteException ex) {
            // System process is dead