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

Commit dd056c9b authored by Pengquan Meng's avatar Pengquan Meng
Browse files

Cleanup TelephonyManager's log

Don't log success calls to TelephonyManager.setTelephonyProperty.

Bug: 71514398
Test: manual test
Change-Id: I2383f1e2925bff959c3d925d7fdc8be891630c61
parent 1c81aa63
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4672,8 +4672,6 @@ public class TelephonyManager {
            return;
        }

        Rlog.d(TAG, "setTelephonyProperty: success phoneId=" + phoneId +
                " property=" + property + " value: " + value + " propVal=" + propVal);
        SystemProperties.set(property, propVal);
    }