static int w(String tag, String msg, Throwable tr)

Logs a warning 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.