static int wtf(String tag, String msg, Throwable tr)
Logs a "What a Terrible Failure" log with an exception.
Parameters
Name | Description |
tag | The log tag. |
msg | The message to log. |
tr | The exception to log. |
Return
The number of bytes written.