com.todoroo.andlib.service
Interface ExceptionService.ErrorReporter

All Known Implementing Classes:
ExceptionService.AndroidLogReporter
Enclosing class:
ExceptionService

public static interface ExceptionService.ErrorReporter

Error reporter interface

Author:
Tim Su

Method Summary
 void handleError(java.lang.String name, java.lang.Throwable error)
           
 

Method Detail

handleError

void handleError(java.lang.String name,
                 java.lang.Throwable error)