You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2018/12/14 08:12:51 UTC

[GitHub] fanlvwen opened a new issue #1913: weex_sdk从0.18.0升级到0.20.0.1,开启debug模式程序崩溃,像是so文件引发

fanlvwen opened a new issue #1913: weex_sdk从0.18.0升级到0.20.0.1,开启debug模式程序崩溃,像是so文件引发
URL: https://github.com/apache/incubator-weex/issues/1913
 
 
   1.js打包后在项目中运行没问题,旧版与新版皆正常
   2.开启debug
   `       String host = "192.168.2.236";
           WEEXURL = "http://192.168.2.236:8088/weex/";
           WXEnvironment.sDebugServerConnectable = true;
           WXEnvironment.sRemoteDebugMode = true;
           WXEnvironment.sRemoteDebugProxyUrl = "ws://" + host + ":8088/debugProxy/native/";`
   0.18.0正常:
   gradle配置为:
   ` compile 'com.taobao.android:weex_inspector:0.13.4'
       compile 'com.squareup.okhttp3:okhttp:3.4.1'
       compile 'com.squareup.okhttp3:okhttp-ws:3.4.1'`
   ![image](https://user-images.githubusercontent.com/36951996/49990889-3e5bbe80-ffba-11e8-9bc5-89a0fc43ca9f.png)
   
   0.20.0.1崩溃:
   gradle配置为:
   ` compile 'com.taobao.android.weex_inspection:urlconnection_interceptor:1.0.0'
       compile 'com.taobao.android:weex_inspector:0.18.10'
       compile 'com.squareup.okhttp:okhttp:2.3.0'
       compile 'com.squareup.okhttp:okhttp-ws:2.3.0'
       compile 'com.squareup.okio:okio:1.0.1'`
   ![image](https://user-images.githubusercontent.com/36951996/49991119-07d27380-ffbb-11e8-9e36-d5fac15e71b7.png)
   机型:华为
   系统:8.0.0
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services