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

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