am a213ce02
: Merge "Mute a common-case progress log about input injection" into gingerbread
Merge commit 'a213ce02ced6511edf02e29c45057f344bfe8636' into gingerbread-plus-aosp * commit 'a213ce02ced6511edf02e29c45057f344bfe8636': Mute a common-case progress log about input injection
This commit is contained in:
@ -5514,7 +5514,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
throw new SecurityException(
|
throw new SecurityException(
|
||||||
"Injecting to another application requires INJECT_EVENTS permission");
|
"Injecting to another application requires INJECT_EVENTS permission");
|
||||||
case InputManager.INPUT_EVENT_INJECTION_SUCCEEDED:
|
case InputManager.INPUT_EVENT_INJECTION_SUCCEEDED:
|
||||||
Slog.v(TAG, "Input event injection succeeded.");
|
//Slog.v(TAG, "Input event injection succeeded.");
|
||||||
return true;
|
return true;
|
||||||
case InputManager.INPUT_EVENT_INJECTION_TIMED_OUT:
|
case InputManager.INPUT_EVENT_INJECTION_TIMED_OUT:
|
||||||
Slog.w(TAG, "Input event injection timed out.");
|
Slog.w(TAG, "Input event injection timed out.");
|
||||||
|
Reference in New Issue
Block a user