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:
@ -139,7 +139,7 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
public void handleMessage(Message msg) {
|
||||
switch (msg.what) {
|
||||
case MSG_USER_SWITCHED: {
|
||||
Slog.d(TAG, "MSG_USER_SWITCHED userId=" + msg.arg1);
|
||||
if (DBG) Slog.d(TAG, "MSG_USER_SWITCHED userId=" + msg.arg1);
|
||||
TelephonyRegistry.this.notifyCellLocation(mCellLocation);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user