ARouter icon indicating copy to clipboard operation
ARouter copied to clipboard

在小米11 的设备上发生了异常崩溃

Open cybkw opened this issue 2 years ago • 0 comments

java.lang.RuntimeException: Unable to create application com.manage.tocapp.ManageApplication: com.alibaba.android.arouter.exception.HandlerException: ARouter::ARouter init logistics center exception! [com.alibaba.android.arouter.routes.ARouter$$Providers$$app]

在release 版本下: 我并未开启openLog 以及debug模式。在用户手机上更新版本后发生了以上崩溃。

if (BuildConfig.DEBUG) { ARouter.openLog(); ARouter.openDebug(); } ARouter.init(application); }

cybkw avatar Jan 04 '22 03:01 cybkw