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:
Dianne Hackborn
2012-11-27 19:12:23 -08:00
parent ba4ac51823
commit 40e9f2922c
19 changed files with 114 additions and 96 deletions

View File

@ -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;
}