MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / wtf

Method wtf

core/java/android/util/Log.java:255–257  ·  view source on GitHub ↗

What a Terrible Failure: Report a condition that should never happen. The error will always be logged at level ASSERT with the call stack. Depending on system configuration, a report may be added to the android.os.DropBoxManager and/or the process may be terminated immediately with an error

(String tag, String msg)

Source from the content-addressed store, hash-verified

253 * @param msg The message you would like logged.
254 */
255 public static int wtf(String tag, String msg) {
256 return wtf(LOG_ID_MAIN, tag, msg, null, false);
257 }
258
259 /**
260 * Like {@link #wtf(String, String)}, but also writes to the log the full

Callers 15

queryForUserMethod · 0.95
startMethod · 0.95
finalizeMethod · 0.95
throwIfUserRequiredMethod · 0.95
handleViolationMethod · 0.95
loopMethod · 0.95
setFieldsOnMethod · 0.95
onEventMethod · 0.95
finalizeMethod · 0.95
nextMethod · 0.95
stopWifiDisplayScanMethod · 0.95
createVirtualDisplayMethod · 0.95

Calls 4

println_nativeMethod · 0.95
getStackTraceStringMethod · 0.95
onTerribleFailureMethod · 0.65
getMessageMethod · 0.45

Tested by

no test coverage detected