Cleanup TelephonyManager's log

Don't log success calls to TelephonyManager.setTelephonyProperty.

Bug: 71514398
Test: manual test
Change-Id: I2383f1e2925bff959c3d925d7fdc8be891630c61
This commit is contained in:
Pengquan Meng
2018-02-20 19:09:10 -08:00
parent 1c81aa6375
commit dd056c9b8e

View File

@@ -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);
}