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();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (Exception e) {
|
} catch (Throwable t) {
|
||||||
e.printStackTrace();
|
t.printStackTrace();
|
||||||
compileWithShell(mode);
|
compileWithShell(mode);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue