Skip to content
boybeak edited this page Aug 6, 2018 · 4 revisions

CrashHandler

// Call this in your application's onCreate
CrashHandler.getInstance().install(context)

Once your app crashed, it will save crash info at /Android/data/<your application id>/cache/crash/yyyy-MM-dd HH:mm:ss.crash

Intents

Some of quick system actions. See detail

SafeHandler

A memory safety Handler class.

Router

Router.with(view)
      .withBoolean("key", value)
      .goTo(PermissionActivity::class.java)

Quick for start activity.

Memory

Get Memory usage info helper class.

Clone this wiki locally