/tripkit/TripKitDomain/com.skedgo.tripkit.logging/ErrorLogger

ErrorLogger

[jvm]\ interface ErrorLogger

Functions

Name Summary
logError [jvm]
abstract fun logError(error: Throwable)
Just prints the error out for the sake of debugging.
trackError [jvm]
abstract fun trackError(error: Throwable)
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.