turn off log spew
Change-Id: I7e5564e02460ff41829c9fd26d80032ea3104498
This commit is contained in:
@ -279,7 +279,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
if (!checkNotifyPermission("notifyServiceState()")){
|
||||
return;
|
||||
}
|
||||
Slog.i(TAG, "notifyServiceState: " + state);
|
||||
synchronized (mRecords) {
|
||||
mServiceState = state;
|
||||
for (Record r : mRecords) {
|
||||
|
Reference in New Issue
Block a user