Quiet down a lot of logging.
Also fix a little problem where the USER_STARTED broadcasts were not being sent as ordered broadcasts(!). Change-Id: I3aa3e0a9b3900967cdd2d115ee103371b0a50c41
This commit is contained in:
@@ -1005,7 +1005,7 @@ class ServerThread extends Thread {
|
||||
Intent intent = new Intent();
|
||||
intent.setComponent(new ComponentName("com.android.systemui",
|
||||
"com.android.systemui.SystemUIService"));
|
||||
Slog.d(TAG, "Starting service: " + intent);
|
||||
//Slog.d(TAG, "Starting service: " + intent);
|
||||
context.startServiceAsUser(intent, UserHandle.OWNER);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user