tripkit-android / com.skedgo.tripkit.logging / ErrorLogger
ErrorLogger
interface ErrorLogger
Functions
Name | Summary |
---|---|
logError | Just prints the error out for the sake of debugging.abstract fun logError(error: Throwable ): Unit |
trackError | If debuggable, it just simply prints the error out. Otherwise, it'll upload that error to Fabric for further investigation. Should use this to catch some errors that we may not be aware of.abstract fun trackError(error: Throwable ): Unit |
Inheritors
Name | Summary |
---|---|
ErrorLoggerImpl | class ErrorLoggerImpl : ErrorLogger |