Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class Logger
Verbose/debug logs short-circuit in release builds via DEBUG, eliminating the per-call stack walk in getCallerClassNameAndLineNumber that dominated hot-path cost (~210k calls/UoG-load).
Link copied to clipboard
open class LogTime
This class is used to track how long a process takes to complete.
Link copied to clipboard
open class SentryReflect
Reflection bridge that routes the SDK's handled exceptions / logs / custom keys to Sentry, mirroring FirebaseCrashlyticsReflect.