com.todoroo.andlib.service
Class ExceptionService.AndroidLogReporter

java.lang.Object
  extended by com.todoroo.andlib.service.ExceptionService.AndroidLogReporter
All Implemented Interfaces:
ExceptionService.ErrorReporter
Enclosing class:
ExceptionService

public static class ExceptionService.AndroidLogReporter
extends java.lang.Object
implements ExceptionService.ErrorReporter

AndroidLogReporter reports errors to LogCat

Author:
Tim Su

Constructor Summary
ExceptionService.AndroidLogReporter()
           
 
Method Summary
 void handleError(java.lang.String name, java.lang.Throwable error)
          Report the error to the logs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionService.AndroidLogReporter

public ExceptionService.AndroidLogReporter()
Method Detail

handleError

public void handleError(java.lang.String name,
                        java.lang.Throwable error)
Report the error to the logs

Specified by:
handleError in interface ExceptionService.ErrorReporter
Parameters:
name -
error -