Home
last modified time | relevance | path

Searched refs:wtf (Results 1 – 25 of 240) sorted by relevance

12345678910

/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt55 fun wtf(message: String, vararg args: Any?) { in wtf() method
56 DEFAULT_LOGGER.wtf(message, *args) in wtf()
60 fun wtf(e: Throwable) { in wtf() method
61 DEFAULT_LOGGER.wtf(e) in wtf()
139 fun wtf(message: String, vararg args: Any?) { in wtf() method
141 Log.wtf(logTag, if (args.isEmpty() || args[0] == null) { in wtf()
149 fun wtf(e: Throwable) { in wtf() method in com.android.deskclock.LogUtils.Logger
151 Log.wtf(logTag, e) in wtf()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceNativeInterface.java52 Log.wtf(TAG, "No Bluetooth Adapter Available"); in HidDeviceNativeInterface()
183 Log.wtf(TAG, "FATAL: onApplicationStateChanged() " in onApplicationStateChanged()
193 Log.wtf(TAG, "FATAL: onConnectStateChanged() " in onConnectStateChanged()
203 Log.wtf(TAG, "FATAL: onGetReport() " in onGetReport()
213 Log.wtf(TAG, "FATAL: onSetReport() " in onSetReport()
223 Log.wtf(TAG, "FATAL: onSetProtocol() " in onSetProtocol()
233 Log.wtf(TAG, "FATAL: onInterruptData() " in onInterruptData()
243 Log.wtf(TAG, "FATAL: onVirtualCableUnplug() " in onVirtualCableUnplug()
/packages/services/Telephony/src/com/android/services/telephony/
DLog.java93 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
94 android.util.Log.wtf(TAG, (args == null || args.length == 0) ? format : in wtf()
98 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
99 android.util.Log.wtf(TAG, (args == null || args.length == 0) ? format : in wtf()
103 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
104 android.util.Log.wtf(TAG, (args == null || args.length == 0) ? format : in wtf()
108 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
109 android.util.Log.wtf(TAG, (args == null || args.length == 0) ? format : in wtf()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DExternalScoreUpdateObserverProxy.java76 Log.wtf(TAG, "No callback registered, dropping notifyScoreUpdate"); in notifyScoreUpdate()
87 Log.wtf(TAG, "No callback registered, dropping triggerUpdateOfWifiUsability"); in triggerUpdateOfWifiUsabilityStats()
101 Log.wtf(TAG, "No callback registered, dropping notifyStatusUpdate"); in notifyStatusUpdate()
115 Log.wtf(TAG, "No callback registered, dropping requestNudOperation"); in requestNudOperation()
129 Log.wtf(TAG, "No callback registered, dropping requestNudOperation"); in blocklistCurrentBssid()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DClog.java107 public static int wtf(@NonNull String tag, @NonNull String msg) { in wtf() method in Clog
108 return android.util.Log.wtf(tag, msg); in wtf()
111 public static int wtf(@NonNull String tag, @NonNull Throwable tr) { in wtf() method in Clog
112 return android.util.Log.wtf(tag, tr); in wtf()
115 public static int wtf(@NonNull String tag, @NonNull String msg, @NonNull Throwable tr) { in wtf() method in Clog
116 return android.util.Log.wtf(tag, msg, tr); in wtf()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DDefaultOmtpEventHandler.java47 VvmLog.wtf(TAG, "invalid event type " + event.getType() + " for " + event); in handleEvent()
85 VvmLog.wtf(TAG, "invalid configuration event " + event); in handleConfigurationEvent()
149 VvmLog.wtf(TAG, "invalid data channel event " + event); in handleDataChannelEvent()
175 VvmLog.wtf(TAG, "invalid notification channel event " + event); in handleNotificationChannelEvent()
190 VvmLog.wtf(TAG, "invalid other event " + event); in handleOtherEvent()
/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/
DL.java97 public static void wtf(@NonNull String msg) { in wtf() method in L
98 Log.wtf(TAG, msg); in wtf()
107 public static void wtf(Exception e, @NonNull String msg) { in wtf() method in L
108 Log.wtf(TAG, msg, e); in wtf()
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
DLogger.java80 public void wtf(String msg) { in wtf() method in Logger
81 Log.wtf(mTag, buildMessage(msg)); in wtf()
85 public void wtf(String msg, Exception ex) { in wtf() method in Logger
86 Log.wtf(mTag, buildMessage(msg), ex); in wtf()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DLogger.java175 public void wtf(String message) { in wtf() method in Logger
176 Log.wtf(TAG, mPrefix.concat(message)); in wtf()
186 public void wtf(String message, Throwable throwable) { in wtf() method in Logger
187 Log.wtf(TAG, mPrefix.concat(message), throwable); in wtf()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/
DTestUtils.java78 .wtf(anyString(), anyString()); in makeSpyLogThrowExceptionForWtf()
85 .wtf(anyString(), anyString(), anyObject()); in makeSpyLogThrowExceptionForWtf()
101 .wtf(anyString(), anyString()); in makeSpyLogDoLogErrorForWtf()
112 .wtf(anyString(), anyString(), anyObject()); in makeSpyLogDoLogErrorForWtf()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmLog.java96 public static int wtf(String tag, String log) { in wtf() method in VvmLog
98 return Log.wtf(tag, log); in wtf()
101 public static int wtf(String tag, String log, Throwable e) { in wtf() method in VvmLog
103 return Log.wtf(tag, log, e); in wtf()
/packages/modules/IPsec/src/java/com/android/internal/net/utils/
DLog.java216 public void wtf(String prefix, String msg) { in wtf() method in Log
217 android.util.Log.wtf(mTAG, prefix + ": " + msg); in wtf()
232 public void wtf(String prefix, String msg, Throwable tr) { in wtf() method in Log
233 android.util.Log.wtf(mTAG, prefix + ": " + msg, tr); in wtf()
/packages/apps/Messaging/src/com/android/messaging/util/
DLogUtil.java189 public static void wtf(final String tag, final String msg) { in wtf() method in LogUtil
192 android.util.Log.wtf(tag, msg, new Exception()); in wtf()
205 public static void wtf(final String tag, final String msg, final Throwable tr) { in wtf() method in LogUtil
209 android.util.Log.wtf(tag, msg, tr); in wtf()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DLogUtils.java314 public static void wtf(String tag, String format, Object... args) { in wtf() method in LogUtils
315 VvmLog.wtf(tag, String.format(format, args), new Error()); in wtf()
331 public static void wtf(String tag, Throwable tr, String format, Object... args) { in wtf() method in LogUtils
332 VvmLog.wtf(tag, String.format(format, args), tr); in wtf()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java1416 Log.wtf(TAG, in processMessage()
1695 Log.wtf(TAG, "processNotification: this isn't a NOTIFICATION -- msg=" + msg); in processNotification()
1713 Log.wtf(TAG, in processCommand()
1967 Log.wtf(TAG, "processCommand: this isn't a COMMAND -- msg=" + msg); in processCommand()
1987 Log.wtf(TAG, "processResponse: no existing command stored!? msg=" + msg); in processResponse()
2106 Log.wtf(TAG, "processResponse: this isn't a RESPONSE -- msg=" + msg); in processResponse()
2122 Log.wtf(TAG, "processTimeout: no existing command stored!? msg=" + msg); in processTimeout()
2144 Log.wtf(TAG, "processTimeout: TERMINATE_SESSION - shouldn't be waiting!"); in processTimeout()
2159 Log.wtf(TAG, "processTimeout: ENQUEUE_SEND_MESSAGE - shouldn't be waiting!"); in processTimeout()
2171 Log.wtf(TAG, "processTimeout: ENABLE_USAGE - shouldn't be waiting!"); in processTimeout()
[all …]
DWifiAwareNativeCallback.java176 Log.wtf(TAG, "notifyCapabilitiesResponse should not be called by a >=1.5 HAL!"); in notifyCapabilitiesResponse()
198 Log.wtf(TAG, "notifyCapabilitiesResponse_1_5 should not be called by a <1.5 HAL!"); in notifyCapabilitiesResponse_1_5()
245 Log.wtf(TAG, "notifyEnableResponse: id=" + id + ", already enabled!?"); in notifyEnableResponse()
547 Log.wtf(TAG, "eventDataPathConfirm should not be called by a >=1.2 HAL!"); in eventDataPathConfirm()
567 Log.wtf(TAG, "eventDataPathConfirm_1_2 should not be called by a <1.2 HAL!"); in eventDataPathConfirm_1_2()
587 Log.wtf(TAG, "eventDataPathScheduleUpdate should not be called by a <1.2 HAL!"); in eventDataPathScheduleUpdate()
/packages/services/Telecomm/src/com/android/server/telecom/
DThreadUtil.java41 Log.wtf(TAG, new IllegalStateException(), "Must be on the main thread!"); in checkOnMainThread()
51 Log.wtf(TAG, new IllegalStateException(), "Must not be on the main thread!"); in checkNotOnMainThread()
DSystemLoggingContainer.java44 public void wtf(String TAG, String msg, Throwable tr) { in wtf() method in SystemLoggingContainer
45 android.util.Slog.wtf(TAG, msg, tr); in wtf()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBinderTracker.java35 Log.wtf(TAG, "Accessing tracker in released code.", new Exception()); in start()
44 Log.wtf(TAG, "Accessing tracker in released code.", new Exception()); in stop()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java562 Log.wtf(TAG, "Band is " + band + " but should be a value from 1 to 261"); in CoexCellChannel()
565 Log.wtf(TAG, "Downlink frequency is " + downlinkFreqKhz + " but should be >= 0" in CoexCellChannel()
571 Log.wtf(TAG, "Downlink bandwidth is " + downlinkBandwidthKhz + " but should be > 0" in CoexCellChannel()
576 Log.wtf(TAG, "Uplink frequency is " + uplinkFreqKhz + " but should be >= 0" in CoexCellChannel()
582 Log.wtf(TAG, "Uplink bandwidth is " + uplinkBandwidthKhz + " but should be > 0" in CoexCellChannel()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java129 Log.wtf(TAG, "Read file fail", e); in setUp()
146 Log.wtf(TAG, "Write back file fail or clean up encryption file", e); in tearDown()
160 Log.wtf(TAG, "Write file fail", e); in overwriteConfigFile()
/packages/apps/Messaging/tests/src/com/android/messaging/
DTestUtil.java68 LogUtil.wtf(LogUtil.BUGLE_TAG, "You need to turn on your screen to run tests!"); in haltIfTestsAreNotAbleToRun()
80 LogUtil.wtf(LogUtil.BUGLE_TAG, "You currently can't reliably run unit tests" + in haltIfTestsAreNotAbleToRun()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProviderJobService.java45 Slog.wtf(TAG, "CalendarProvider2 not found in CalendarProviderJobService."); in onStartJob()
76 Slog.wtf(TAG, "CalendarProviderJobService was stopped due to " in onStopJob()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIpMemoryStore.java75 Log.wtf(TAG, "Error fetching IpMemoryStore", exception); in runWhenServiceReady()
82 Log.wtf(TAG, "Exception occurred: " + e.getMessage()); in runWhenServiceReady()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaUpgradeReceiver.java86 Log.wtf(TAG, "Error during upgrade of media db " + file, t); in tryMigratingDatabases()
95 Log.wtf(TAG, "Error during upgrade attempt.", t); in tryMigratingDatabases()

12345678910