diff --git a/android.c b/android.c index c1c07c91..6fc77961 100644 --- a/android.c +++ b/android.c @@ -27,5 +27,6 @@ void exit(int status) { if (config.debug.verbose) DEBUGF("Calling _exit(%d)", status); + fflush(stdout); _exit(status); } \ No newline at end of file