tianxiake
tianxiake
apk做了多进程,看本地日志文件的时候,只能看到线程id,无法看到进程id和进程名,不太方便。谢谢
if I want write logFile max size is 10M,xLog don't support this? It is my looking in the wrong!
return String.format(format, args); // this not try-catch maybe make app crash if format error! ```java /** * Format a string with arguments. * * @param format the format string, null...
场景:Activity的页面跳转是后台配置的,有的时候人为会配置错误为null或者"",Arouter使用会引起Apk崩溃 使用一开始会以为触发DegradeService的onLost方法,结果引起了崩溃。 虽然这是我使用过程中的问题,如果能加一个全局的错误处理回调接口,不引起apk崩溃,就更完美了。 谢谢