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

Commit bf38a84c authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Speculative test fix." into sc-dev

parents 3c5a43e3 98cf8b47
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};