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

Commit e4e551e0 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "turn off log spew"

parents b589f47d 63ebffcb
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;