Crash Utils
class CrashUtils
Content copied to clipboard
author: Blankj
blog : http://blankj.com
time : 2016/09/27
desc : utils about crash
Types
OnCrashListener
Link copied to clipboard
interface OnCrashListener
Content copied to clipboard
Functions
init
Link copied to clipboard
open fun init(@NonNull() crashDir: File, onCrashListener: CrashUtils.OnCrashListener)
Content copied to clipboard
open fun init(crashDirPath: String, onCrashListener: CrashUtils.OnCrashListener)
Content copied to clipboard