open class LogUtils
Util class to collecting and displaying logs.
| open class DelegateUncaughtExceptionHandler : UncaughtExceptionHandlerCustom crash handler for process. Handler run email application with formatted email and attached file with logs. Crash handler delegate crash forward. Crashlitics or other crash handler still works with this delegate. | |
| open class LogFileCollectorCollect logs into file | 
| open static fun checkMainThread(): Unit | |
| open static fun collectLogsToFile(logFilePath: String!): Unit | |
| open static fun enableLogs(logLevel: Int): Unitenable logs. Print logs to console. Set  | |
| open static fun registerCrashObserver(context: Context!, logsFilePath: Uri!, email: String!): UnitWhen process crash, logs collected by  |