Loading services/core/java/com/android/server/TelephonyRegistry.java +13 −1 Original line number Diff line number Diff line Loading @@ -2739,7 +2739,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { .setImsCallServiceType(prev.getImsCallServiceType()) .setImsCallType(prev.getImsCallType()).build()); } else { log("There is no active call to report CallQaulity"); log("There is no active call to report CallQuality"); return; } Loading Loading @@ -2771,6 +2771,18 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { // most purposes. final CellIdentity noLocationCi = cellIdentity.sanitizeLocationInfo(); // This shouldn't be necessary, but better to not take the chance final String primaryPlmn = (cellIdentity != null) ? cellIdentity.getPlmn() : "<UNKNOWN>"; final String logStr = "Registration Failed for phoneId=" + phoneId + " subId=" + subId + "primaryPlmn=" + primaryPlmn + " chosenPlmn=" + chosenPlmn + " domain=" + domain + " causeCode=" + causeCode + " additionalCauseCode=" + additionalCauseCode; mLocalLog.log(logStr); if (DBG) log(logStr); synchronized (mRecords) { if (validatePhoneId(phoneId)) { for (Record r : mRecords) { Loading Loading
services/core/java/com/android/server/TelephonyRegistry.java +13 −1 Original line number Diff line number Diff line Loading @@ -2739,7 +2739,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { .setImsCallServiceType(prev.getImsCallServiceType()) .setImsCallType(prev.getImsCallType()).build()); } else { log("There is no active call to report CallQaulity"); log("There is no active call to report CallQuality"); return; } Loading Loading @@ -2771,6 +2771,18 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { // most purposes. final CellIdentity noLocationCi = cellIdentity.sanitizeLocationInfo(); // This shouldn't be necessary, but better to not take the chance final String primaryPlmn = (cellIdentity != null) ? cellIdentity.getPlmn() : "<UNKNOWN>"; final String logStr = "Registration Failed for phoneId=" + phoneId + " subId=" + subId + "primaryPlmn=" + primaryPlmn + " chosenPlmn=" + chosenPlmn + " domain=" + domain + " causeCode=" + causeCode + " additionalCauseCode=" + additionalCauseCode; mLocalLog.log(logStr); if (DBG) log(logStr); synchronized (mRecords) { if (validatePhoneId(phoneId)) { for (Record r : mRecords) { Loading