Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63ebffcb authored by Joe Onorato's avatar Joe Onorato
Browse files

turn off log spew

Change-Id: I7e5564e02460ff41829c9fd26d80032ea3104498
parent ea495d4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1
Original line number Diff line number Diff line
@@ -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;