mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-06 11:15:17 +08:00
Created AppErrorsDemo demo-app
This commit is contained in:
7
demo-app/src/main/cpp/demo_app.cpp
Normal file
7
demo-app/src/main/cpp/demo_app.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <jni.h>
|
||||
#include <exception>
|
||||
|
||||
extern "C" JNIEXPORT void JNICALL
|
||||
Java_com_fankes_apperrorsdemo_native_Channel_throwNativeException(JNIEnv *env, jobject) {
|
||||
throw std::exception();
|
||||
}
|
Reference in New Issue
Block a user