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

Commit

Permalink
Do not reboot jsc manually if jsc is crashed (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin726 authored and lucky-chen committed Aug 2, 2019
1 parent 24a30b3 commit 6da71f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,7 @@ public int callReportCrashReloadPage(String instanceId, String crashFile) {
WXSDKInstance instance = WXSDKManager.getInstance().getSDKInstance(instanceId);
if (instance != null) {
url = instance.getBundleUrl();
instance.setHasException(true);
}
if(!isCrashFileEmpty) {
try {
Expand Down

0 comments on commit 6da71f0

Please sign in to comment.