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

This commit is contained in:
Christopher Tate
2010-08-02 15:14:44 -07:00
committed by Android (Google) Code Review

View File

@ -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.");