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

Commit 4fe759df authored by Thomas Stuart's avatar Thomas Stuart Committed by Android (Google) Code Review
Browse files

Merge "update the WATCHDOG_DISCONNECTED_STUCK_VOIP_CALL_MSG message" into main

parents 925973b3 25251261
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -153,7 +153,8 @@ public class CallAnomalyWatchdog extends CallsManagerListenerBase implements Cal
    public static final UUID WATCHDOG_DISCONNECTED_STUCK_VOIP_CALL_UUID =
            UUID.fromString("3fbecd12-059d-4fd3-87b7-6c3079891c23");
    public static final String WATCHDOG_DISCONNECTED_STUCK_VOIP_CALL_MSG =
            "Telecom CallAnomalyWatchdog caught stuck VoIP call in a starting state";
            "A VoIP call was flagged due to exceeding a one-minute threshold in the DIALING or "
                    + "RINGING state";


    @VisibleForTesting