/tripkit/TripKitDomain/com.skedgo.tripkit.logging/ErrorLogger/trackError
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.