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)
| 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 |
no test coverage detected