Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05f32f6c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update anomaly report UUID" into tm-qpr-dev am: 2e7167df

parents 43866acc 2e7167df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
        }

+1 −1
Original line number Diff line number Diff line
@@ -12287,7 +12287,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;