Merge "Cleanup TelephonyManager's log" am: 033de4676b

am: 22f61111bd

Change-Id: Icaff0e2cc4ebeb1f36b8597ee11457779aeca06f
This commit is contained in:
Pengquan Meng
2018-02-22 07:14:43 +00:00
committed by android-build-merger

View File

@@ -4686,8 +4686,6 @@ public class TelephonyManager {
return;
}
Rlog.d(TAG, "setTelephonyProperty: success phoneId=" + phoneId +
" property=" + property + " value: " + value + " propVal=" + propVal);
SystemProperties.set(property, propVal);
}