AppKickstarter uses an abstraction for logging infos, you can call these functions:
AppLogger.e(message, exception) AppLogger.d(message) AppLogger.i(message)
By default on debug AppLogger will display logs on console and on release it send error logs in Sentry.
More infos on crash monitoring here/
Last updated 1 year ago