08 2020 档案
摘要:{ Android.mk 文件,加入下面的代码: LOCAL_CPP_FEATURES += exceptions 或者: LOCAL_CPPFLAGS += -fexceptions 这样可以对当前项目开启 C++ 异常控制编译支持。 如果想偷懒,也可以编辑 Application.mk 文件,加
阅读全文
摘要:#include <iostream> #include <string.h> #include <signal.h> using namespace std; #include "../../../src/Tools/SendFile.h" #include "../../../src/Tools
阅读全文