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

Commit ed369bf2 authored by Ling Ma's avatar Ling Ma
Browse files

Update anomaly report UUID

From legacy telephony-wide UUID.

Bug: 257517517
Test: m
Change-Id: Ib10edda5e36c795bfa0c65e2c26070b84024d36e
parent 48d4a5d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ public abstract class CellIdentity implements Parcelable {


        if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) {
        if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) {
            AnomalyReporter.reportAnomaly(
            AnomalyReporter.reportAnomaly(
                    UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"),
                    UUID.fromString("e257ae06-ac0a-44c0-ba63-823b9f07b3e4"),
                    "CellIdentity Missing Half of PLMN ID");
                    "CellIdentity Missing Half of PLMN ID");
        }
        }


+1 −1
Original line number Original line Diff line number Diff line
@@ -12273,7 +12273,7 @@ public class TelephonyManager {
            Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e);
            Log.e(TAG, "Error calling ITelephony#getServiceStateForSubscriber", e);
        } catch (NullPointerException e) {
        } catch (NullPointerException e) {
            AnomalyReporter.reportAnomaly(
            AnomalyReporter.reportAnomaly(
                    UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"),
                    UUID.fromString("e2bed88e-def9-476e-bd71-3e572a8de6d1"),
                    "getServiceStateForSubscriber " + subId + " NPE");
                    "getServiceStateForSubscriber " + subId + " NPE");
        }
        }
        return null;
        return null;