Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX-538][Android] do not shutdown websocket when debug
Browse files Browse the repository at this point in the history
do not shutdown websocket when debug

Bug: WEEX-538
  • Loading branch information
Darin726 authored and YorkShen committed Jul 24, 2018
1 parent b27c0d4 commit a45c0ce
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -273,9 +273,9 @@ private void initWXBridge(boolean remoteDebug) {
WXEnvironment.sDebugServerConnectable = true;
}

if (mWxDebugProxy != null) {
mWxDebugProxy.stop(false);
}
// if (mWxDebugProxy != null) {
// mWxDebugProxy.stop(false);
// }
if (WXEnvironment.sDebugServerConnectable && (WXEnvironment.isApkDebugable() || WXEnvironment.sForceEnableDevTool)) {
if (WXEnvironment.getApplication() != null) {
try {
Expand Down

0 comments on commit a45c0ce

Please sign in to comment.