MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / android_main

Function android_main

src/android/src/Main.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#define APPNAME "TestApp"
5
6void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected