Home
last modified time | relevance | path

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

12345678910>>...13

/frameworks/base/media/java/android/media/session/
DMediaController.java150 Log.wtf(TAG, "Error calling getPlaybackState.", e); in getPlaybackState()
164 Log.wtf(TAG, "Error calling getMetadata.", e); in getMetadata()
180 Log.wtf(TAG, "Error calling getQueue.", e); in getQueue()
192 Log.wtf(TAG, "Error calling getQueueTitle", e); in getQueueTitle()
204 Log.wtf(TAG, "Error calling getExtras", e); in getExtras()
227 Log.wtf(TAG, "Error calling getRatingType.", e); in getRatingType()
241 Log.wtf(TAG, "Error calling getFlags.", e); in getFlags()
255 Log.wtf(TAG, "Error calling getAudioInfo.", e); in getPlaybackInfo()
270 Log.wtf(TAG, "Error calling getPendingIntent.", e); in getSessionActivity()
303 Log.wtf(TAG, "Error calling setVolumeTo.", e); in setVolumeTo()
[all …]
DMediaSession.java256 Log.wtf(TAG, "Failure in setLaunchPendingIntent.", e); in setSessionActivity()
272 Log.wtf(TAG, "Failure in setMediaButtonReceiver.", e); in setMediaButtonReceiver()
285 Log.wtf(TAG, "Failure in setFlags.", e); in setFlags()
307 Log.wtf(TAG, "Failure in setPlaybackToLocal.", e); in setPlaybackToLocal()
341 Log.wtf(TAG, "Failure in setPlaybackToRemote.", e); in setPlaybackToRemote()
361 Log.wtf(TAG, "Failure in setActive.", e); in setActive()
389 Log.wtf(TAG, "Error sending event", e); in sendSessionEvent()
402 Log.wtf(TAG, "Error releasing session: ", e); in release()
438 Log.wtf(TAG, "Dead object in setPlaybackState.", e); in setPlaybackState()
467 Log.wtf(TAG, "Dead object in setPlaybackState.", e); in setMetadata()
[all …]
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSlog.java83 protected static int wtf(String tag, String msg) { in wtf() method in ShadowSlog
84 return Log.wtf(tag, msg); in wtf()
89 Log.wtf(tag, msg); in wtfQuiet()
94 return Log.wtf(tag, msg); in wtfStack()
98 protected static int wtf(String tag, Throwable tr) { in wtf() method in ShadowSlog
99 return Log.wtf(tag, tr); in wtf()
103 protected static int wtf(String tag, String msg, Throwable tr) { in wtf() method in ShadowSlog
104 return Log.wtf(tag, msg, tr); in wtf()
/frameworks/base/core/tests/coretests/src/android/util/
DLogNullabilityTest.java38 Log.wtf(null, ""); in nullTag()
52 Log.wtf(null, "", new Throwable()); in nullTagWithThrowable()
87 Log.wtf("", (String) null); in nullMessage()
106 Log.wtf("", null, new Throwable()); in nullMessageWithThrowable()
124 Log.wtf("", "", null); in nullThrowable()
135 Log.wtf("", (Throwable) null); in nullThrowable()
148 Log.wtf("", null, null); in nullMessageWithNullThrowable()
/frameworks/base/core/java/android/util/
DSlog.java93 public static int wtf(String tag, String msg) { in wtf() method in Slog
94 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, null, false, true); in wtf()
111 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, null, true, true); in wtfStack()
119 public static int wtf(String tag, Throwable tr) { in wtf() method in Slog
120 return Log.wtf(Log.LOG_ID_SYSTEM, tag, tr.getMessage(), tr, false, true); in wtf()
129 public static int wtf(String tag, String msg, Throwable tr) { in wtf() method in Slog
130 return Log.wtf(Log.LOG_ID_SYSTEM, tag, msg, tr, false, true); in wtf()
DLog.java120 RuntimeInit.wtf(tag, what, system);
272 public static int wtf(@Nullable String tag, @Nullable String msg) { in wtf() method in Log
273 return wtf(LOG_ID_MAIN, tag, msg, null, false, false); in wtf()
282 return wtf(LOG_ID_MAIN, tag, msg, null, true, false); in wtfStack()
291 public static int wtf(@Nullable String tag, @NonNull Throwable tr) { in wtf() method in Log
292 return wtf(LOG_ID_MAIN, tag, tr.getMessage(), tr, false, false); in wtf()
302 public static int wtf(@Nullable String tag, @Nullable String msg, @Nullable Throwable tr) { in wtf() method in Log
303 return wtf(LOG_ID_MAIN, tag, msg, tr, false, false); in wtf()
307 static int wtf(int logId, @Nullable String tag, @Nullable String msg, @Nullable Throwable tr, in wtf() method in Log
DEventLog.java146 Log.wtf(TAG, "Illegal entry payload: tag=" + getTag(), e); in getData()
150 Log.wtf(TAG, "Truncated entry payload: tag=" + getTag(), e); in getData()
176 Log.wtf(TAG, "UTF-8 is not supported", e); in decodeObject()
352 Log.wtf(TAG, "Bad entry in " + TAGS_FILE + ": " + line); in readTagsFile()
362 Log.wtf(TAG, "Error in " + TAGS_FILE + ": " + line, e); in readTagsFile()
366 Log.wtf(TAG, "Error reading " + TAGS_FILE, e); in readTagsFile()
/frameworks/base/services/core/java/com/android/server/content/
DSyncJobService.java61 Slog.wtf(TAG, "sInstance == null"); in getInstance()
82 Slog.wtf(TAG, "Got invalid job " + params.getJobId()); in onStartJob()
126 Slog.wtf(TAG, "Got invalid job " + params.getJobId()); in onStopJob()
149 wtf("Job " + jobId + " didn't start: " in onStopJob()
212 private static void wtf(String message) { in wtf() method in SyncJobService
214 Slog.wtf(TAG, message); in wtf()
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuUidTimeReader.java210 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readDeltaImpl()
248 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readAbsoluteImpl()
411 Slog.wtf(mTag, "Malformed freq line: " + line); in readFreqs()
434 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readDeltaImpl()
474 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readAbsoluteImpl()
564 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readDeltaImpl()
593 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readAbsoluteImpl()
625 Slog.wtf(mTag, "Malformed uid_concurrent_active_time line: " + line); in checkPrecondition()
630 Slog.wtf(mTag, "Malformed uid_concurrent_active_time line: " + line); in checkPrecondition()
684 Slog.wtf(mTag, "Invalid line: " + buf.toString()); in readDeltaImpl()
[all …]
DKernelWakelockReader.java84 Slog.wtf(TAG, "neither " + sWakelockFile + " nor " + in readKernelWakelockStats()
97 Slog.wtf(TAG, "failed to read kernel wakelocks", e); in readKernelWakelockStats()
110 Slog.wtf(TAG, "Kernel wake locks exceeded buffer size " + buffer.length); in readKernelWakelockStats()
193 Slog.wtf(TAG, "Failed to parse proc line: " + in parseProcWakelocks()
196 Slog.wtf(TAG, "Failed to parse proc line!"); in parseProcWakelocks()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java100 Slog.wtf(TAG, IntentForwarderActivity.class.getName() + " cannot be called directly"); in onCreate()
138 Slog.wtf(TAG, "Unable to launch as UID " + launchedFromUid + " package " in onCreate()
147 Slog.wtf(TAG, "the intent: " + intentReceived + " cannot be forwarded from user " in onCreate()
204 Slog.wtf(TAG, "An chooser intent with extra initial intents cannot be forwarded to" in canForward()
209 Slog.wtf(TAG, "A chooser intent with replacement extras cannot be forwarded to a" in canForward()
215 Slog.wtf(TAG, "Cannot forward a chooser intent with no extra " in canForward()
248 Slog.wtf(TAG, FORWARD_INTENT_TO_MANAGED_PROFILE in getManagedProfile()
260 Slog.wtf(TAG, FORWARD_INTENT_TO_PARENT in getProfileParent()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DNetworkLogger.java107 Slog.wtf(TAG, "Failed to register callback with IIpConnectivityMetrics."); in startNetworkLogging()
125 Slog.wtf(TAG, "Failed to make remote calls to register the callback", re); in startNetworkLogging()
139 Slog.wtf(TAG, "Failed to unregister callback with IIpConnectivityMetrics."); in stopNetworkLogging()
146 Slog.wtf(TAG, "Failed to make remote calls to unregister the callback", re); in stopNetworkLogging()
/frameworks/base/services/core/java/com/android/server/notification/
DGlobalSortKeyComparator.java31 Slog.wtf(TAG, "Missing left global sort key: " + left); in compare()
35 Slog.wtf(TAG, "Missing right global sort key: " + right); in compare()
/frameworks/base/telecomm/java/android/telecom/
DLog.java158 public static void wtf(String prefix, Throwable tr, String format, Object... args) { in wtf() method in Log
159 android.util.Slog.wtf(TAG, buildMessage(prefix, format, args), tr); in wtf()
162 public static void wtf(Object objectPrefix, Throwable tr, String format, Object... args) { in wtf() method in Log
163 android.util.Slog.wtf(TAG, buildMessage(getPrefixFromObject(objectPrefix), format, args), in wtf()
167 public static void wtf(String prefix, String format, Object... args) { in wtf() method in Log
169 android.util.Slog.wtf(TAG, msg, new IllegalStateException(msg)); in wtf()
172 public static void wtf(Object objectPrefix, String format, Object... args) { in wtf() method in Log
174 android.util.Slog.wtf(TAG, msg, new IllegalStateException(msg)); in wtf()
/frameworks/base/services/core/java/com/android/server/
DExplicitHealthCheckController.java113 Slog.wtf(TAG, "Resetting health check controller callbacks"); in setCallbacks()
304 Slog.wtf(TAG, "Explicit health check service not found"); in bindService()
340 Slog.wtf(TAG, "Explicit health check service binding is null?? " + name); in bindService()
415 Slog.wtf(TAG, "Health check passed for package " + packageName in initState()
422 Slog.wtf(TAG, "Empty package passed explicit health check?"); in initState()
427 Slog.wtf(TAG, "Could not setCallback on explicit health check service"); in initState()
DSystemServiceManager.java191 Slog.wtf(TAG, "Failure reporting start of user " + userHandle in startUser()
210 Slog.wtf(TAG, "Failure reporting unlock of user " + userHandle in unlockUser()
229 Slog.wtf(TAG, "Failure reporting switch of user " + userHandle in switchUser()
248 Slog.wtf(TAG, "Failure reporting stop of user " + userHandle in stopUser()
267 Slog.wtf(TAG, "Failure reporting cleanup of user " + userHandle in cleanupUser()
DStorageManagerService.java634 Slog.wtf(TAG, e); in handleMessage()
738 Slog.wtf(TAG, e);
930 Slog.wtf(TAG, e); in initIfBootedAndConnected()
967 Slog.wtf(TAG, e); in resetIfBootedAndConnected()
982 Slog.wtf(TAG, e); in onUnlockUser()
1020 Slog.wtf(TAG, e); in onCleanupUser()
1047 Slog.wtf(TAG, e); in onKeyguardStateChanged()
1709 Slog.wtf(TAG, "Failed reading metadata", e); in readSettingsLocked()
1711 Slog.wtf(TAG, "Failed reading metadata", e); in readSettingsLocked()
1810 Slog.wtf(TAG, e); in mount()
[all …]
DCachedDeviceStateService.java87 Slog.wtf(TAG, "BatteryManager null while starting CachedDeviceStateService"); in queryIsCharging()
98 Slog.wtf(TAG, "PowerManager null while starting CachedDeviceStateService"); in queryScreenInteractive()
/frameworks/base/core/java/com/android/server/backup/
DShortcutBackupHelper.java47 Slog.wtf(TAG, "Backup failed", e); in getBackupPayload()
63 Slog.wtf(TAG, "Restore failed", e); in applyRestoredPayload()
/frameworks/base/services/net/java/android/net/
DIpMemoryStore.java69 Log.wtf(TAG, "Error fetching IpMemoryStore", exception); in runWhenServiceReady()
76 Log.wtf(TAG, "Exception occured: " + e.getMessage()); in runWhenServiceReady()
/frameworks/base/core/java/com/android/internal/util/
DConcurrentUtils.java121 Slog.wtf(tag, "Lock mustn't be held");
130 Slog.wtf(tag, "Lock must be held");
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java195 Log.wtf(TAG, "problem completely reading network stats", e); in loadLocked()
198 Log.wtf(TAG, "problem completely reading network stats", e); in loadLocked()
318 Log.wtf(TAG, "problem persisting pending stats", e); in forcePersistLocked()
321 Log.wtf(TAG, "problem persisting pending stats", e); in forcePersistLocked()
337 Log.wtf(TAG, "problem removing UIDs " + Arrays.toString(uids), e); in removeUidsLocked()
340 Log.wtf(TAG, "problem removing UIDs " + Arrays.toString(uids), e); in removeUidsLocked()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
DSingleScanSettings.java84 Log.wtf(TAG, "Invalid scan type " + scanType); in writeToParcel()
102 Log.wtf(TAG, "Invalid scan type " + result.scanType);
/frameworks/base/services/core/java/com/android/server/input/
DConfigurationProcessor.java107 Slog.wtf(TAG, "Ignoring incomplete entry"); in processInputPortAssociations()
113 Slog.wtf(TAG, "Display port should be an integer"); in processInputPortAssociations()
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyCallbackImpl.java86 Slog.wtf(TAG, "WakeLock " + mWakeLock + " already held"); in acquireWakeLock()
122 Slog.wtf(TAG, "WakeLock " + mWakeLock + " not held"); in checkWakeLockHeld()

12345678910>>...13