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

Commit 5edf19c6 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Speculative test fix." into sc-dev am: bf38a84c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/15127465

Change-Id: I1cb68c778b05f4189939b80178015b1d404ecdd7
parents 18984012 bf38a84c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -456,7 +456,7 @@ public abstract class TelephonyTest {
        TelephonyManager.disableServiceHandleCaching();
        SubscriptionController.disableCaching();
        // For testing do not allow Log.WTF as it can cause test process to crash
        Log.setWtfHandler((tagString, what, system) -> logd("WTF captured, ignoring. Tag: "
        Log.setWtfHandler((tagString, what, system) -> Log.d(TAG, "WTF captured, ignoring. Tag: "
                + tagString + ", exception: " + what));

        mPhones = new Phone[] {mPhone};