tripkit-android / com.skedgo.tripkit.ui.core / ErrorLoggerImpl
ErrorLoggerImpl
class ErrorLoggerImpl :
ErrorLogger
Functions
Name | Summary |
---|---|
logError | Just prints the error out for the sake of debugging.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.fun trackError(error: Throwable ): Unit |