error
Logs an exception
Parameters
throwable
Exception to log
Logs a Log.ERROR message and prints the stacktrace of the exception
Parameters
msg
Message to log
throwable
Exception to log
Deprecated
Use errorToast(throwable) instead
Replace with
errorToast(throwable)
Content copied to clipboard
Logs an exception and shows the user a toast saying "Sorry, something went wrong. Please try again."
Parameters
throwable
Exception to log