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) {
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.io.OutputStream;
|
||||
class Installer {
|
||||
private static final String TAG = "Installer";
|
||||
|
||||
private static final boolean LOCAL_DEBUG = true;
|
||||
private static final boolean LOCAL_DEBUG = false;
|
||||
|
||||
InputStream mIn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user