static int e(String tag, String msg, Throwable tr)
Logs an error 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.
Logs an error log with an exception.
Name | Description |
tag | The log tag. |
msg | The message to log. |
tr | The exception to log. |
The number of bytes written.