Loading tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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}; Loading Loading
tests/telephonytests/src/com/android/internal/telephony/TelephonyTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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}; Loading