Merge "Update anomaly report UUID" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e7167dfed
@@ -107,7 +107,7 @@ public abstract class CellIdentity implements Parcelable {
|
||||
|
||||
if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) {
|
||||
AnomalyReporter.reportAnomaly(
|
||||
UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"),
|
||||
UUID.fromString("e257ae06-ac0a-44c0-ba63-823b9f07b3e4"),
|
||||
"CellIdentity Missing Half of PLMN ID");
|
||||
}
|
||||
|
||||
|
||||
@@ -12273,7 +12273,7 @@ public class TelephonyManager {
|
||||
Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e);
|
||||
} catch (NullPointerException e) {
|
||||
AnomalyReporter.reportAnomaly(
|
||||
UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"),
|
||||
UUID.fromString("e2bed88e-def9-476e-bd71-3e572a8de6d1"),
|
||||
"getServiceStateForSubscriber " + subId + " NPE");
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user