public class TaskFailureLogger extends Object implements com.google.android.gms.tasks.OnFailureListener
TaskFailureLogger(String tag, String message)
void
onFailure(Exception e)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TaskFailureLogger(@NonNull String tag, @NonNull String message)
public void onFailure(@NonNull Exception e)
onFailure
com.google.android.gms.tasks.OnFailureListener