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

Commit 6da71f0

Browse files
Darin726lucky-chen
authored andcommitted
Do not reboot jsc manually if jsc is crashed (#2782)
1 parent 24a30b3 commit 6da71f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/sdk/src/main/java/com/taobao/weex/bridge/WXBridgeManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,7 @@ public int callReportCrashReloadPage(String instanceId, String crashFile) {
874874
WXSDKInstance instance = WXSDKManager.getInstance().getSDKInstance(instanceId);
875875
if (instance != null) {
876876
url = instance.getBundleUrl();
877+
instance.setHasException(true);
877878
}
878879
if(!isCrashFileEmpty) {
879880
try {

0 commit comments

Comments
 (0)