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