Router-RePlugin icon indicating copy to clipboard operation
Router-RePlugin copied to clipboard

插件不存在时。路由中转启动时,通过RePlugin.createIntent()创建intent失败时未过滤

Open orange7 opened this issue 6 years ago • 1 comments

Process: com.sf.park, PID: 13304 java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Intent android.content.Intent.putExtra(java.lang.String, android.os.Parcelable)' on a null object reference at com.lzh.router.replugin.core.RouterBridgeActivity.start(RouterBridgeActivity.java:55) at com.lzh.router.replugin.core.RePluginRouteCallback$StartBridgeTask.run(RePluginRouteCallback.java:153) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764)

插件不存在,跳转就崩溃,这样是不是有点不友好

orange7 avatar Mar 05 '18 09:03 orange7

新发布了0.8.0版本。修复了此问题。

yjfnypeu avatar Mar 19 '18 01:03 yjfnypeu