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

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

Merge "Mute a common-case progress log about input injection" into gingerbread

parents 739cdab7 09e85dc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5514,7 +5514,7 @@ public class WindowManagerService extends IWindowManager.Stub
                throw new SecurityException(
                        "Injecting to another application requires INJECT_EVENTS permission");
            case InputManager.INPUT_EVENT_INJECTION_SUCCEEDED:
                Slog.v(TAG, "Input event injection succeeded.");
                //Slog.v(TAG, "Input event injection succeeded.");
                return true;
            case InputManager.INPUT_EVENT_INJECTION_TIMED_OUT:
                Slog.w(TAG, "Input event injection timed out.");