tripkit-android / com.skedgo.tripkit.logging / ErrorLogger / trackError

trackError

abstract fun trackError(error:Throwable):Unit

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.