Fix compiling crashes on EMUI (#44)
This commit is contained in:
parent
9c93b65206
commit
2b3dcef993
|
|
@ -102,8 +102,8 @@ public class CompileDialogFragment extends AppCompatDialogFragment {
|
|||
e.printStackTrace();
|
||||
}
|
||||
});
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
} catch (Throwable t) {
|
||||
t.printStackTrace();
|
||||
compileWithShell(mode);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue