| 4 | #define APPNAME "TestApp" |
| 5 | |
| 6 | void android_main(struct android_app* state) |
| 7 | { |
| 8 | app_dummy(); // Make sure glue isn't stripped |
| 9 | |
| 10 | __android_log_print(ANDROID_LOG_INFO, APPNAME, "HolyShit you did it !"); |
| 11 | |
| 12 | ANativeActivity_finish(state->activity); |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected