Merge "DO NOT MERGE Fix build" into lmp-dev

This commit is contained in:
Jaewan Kim
2016-09-22 17:46:56 +00:00
committed by Android (Google) Code Review

View File

@@ -701,7 +701,7 @@ public class MediaSessionService extends SystemService implements Monitor {
if (isGlobalPriorityActive() && uid != Process.SYSTEM_UID) { if (isGlobalPriorityActive() && uid != Process.SYSTEM_UID) {
// Prevent dispatching key event through reflection while the global priority // Prevent dispatching key event through reflection while the global priority
// session is active. // session is active.
Slog.i(TAG, "Only the system can dispatch media key event " Log.w(TAG, "Only the system can dispatch media key event "
+ "to the global priority session."); + "to the global priority session.");
return; return;
} }