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

Commit 7a1a2f0e authored by Christopher Tate's avatar Christopher Tate
Browse files

Mute some spammy log messages from KeyButtonView

Change-Id: I6a254b6b9d611b3daaa9972a9d26a19c99e8572d
parent 467e8e13
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