Android代码-RxJava辅助Debug工具,更好的展示堆栈调用

时间:2022-08-27 13:18:34
【文件属性】:

文件名称:Android代码-RxJava辅助Debug工具,更好的展示堆栈调用

文件大小:419KB

文件格式:ZIP

更新时间:2022-08-27 13:18:34

Android代码

Traceur Traceur enables easier debugging of RxJava2 exceptions, by appending the source of any asynchronous calls to the original exception. An example RxJava exception: The same exception with Traceur enabled: Notice that the call site of the asynchronous call is linked in the stack trace (SplashPresenter). RxJava1 had a similar feature included by default, RxJavaHooks.enableAssemblyTracking(), but RxJava2 has no such feature unfortunately. Usage Enable logging: Traceur.enableLogging(); Disab


【文件预览】:
Traceur-master
----gradlew(5KB)
----settings.gradle(19B)
----assets()
--------stacktrace-with-traceur.png(198KB)
--------stacktrace-without-traceur.png(145KB)
----gradle()
--------wrapper()
----README.md(2KB)
----bintray.gradle(2KB)
----gradlew.bat(2KB)
----install.gradle(1KB)
----gradle.properties(855B)
----.gitignore(114B)
----traceur()
--------src()
--------build.gradle(972B)
----build.gradle(644B)

网友评论