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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user