浏览代码

fix crash when exiting abornally

Wei Mingzhi 7 年之前
父节点
当前提交
0b7f562815
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      android/app/src/main/cpp/android_jni.cpp

+ 0 - 1
android/app/src/main/cpp/android_jni.cpp

@@ -311,5 +311,4 @@ UTIL_Platform_Quit(
 )
 )
 {
 {
     unlink((g_cachepath + "running").c_str());
     unlink((g_cachepath + "running").c_str());
-    exit(0);
 }
 }