XMDebug is a debug tool to help developer
You can download apk sample
You can download from GitHub's [releases page].
Or use Gradle:
repositories {
mavenCentral()
google()
}
dependencies {
implementation 'com.leo:debug:1.0.1'
}
You can see Activities, Services , Receivers ,Providers,Permissions colletions . Some Detail of your App like ,verson ,version code .
In Activities your can see All Activity . Press the item your can jump to the corresponding Activity .
You can see the bugs reports with the detail of code and the screenshot of the exception happen
Detail of SharedPreference ,Sqlite, local Cache. You can also clean the data through this debug tools
Switch On Show Activity Name ,You can see the toast of Activity of .
override fun onCreate() {
super.onCreate()
DebugCrashHandler.setCrashHandler(this)
}
these code use to capture the exceptions
https://guobao90.github.io/2018/11/30/debug/
leo, [email protected]
XMDebug is available under the MIT license. See the LICENSE file for more info.