We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7834473 commit 1847cbdCopy full SHA for 1847cbd
src/jni/application/python/start.c
@@ -34,12 +34,10 @@ PyMODINIT_FUNC initandroidembed(void) {
34
int main(int argc, char **argv) {
35
36
char *env_argument = NULL;
37
- PyObject *main_module = NULL;
38
int ret = 0;
39
FILE *fd;
40
- int file_input = 1;
41
42
- LOG("Initialize Python for Kivy");
+ LOG("Initialize Python for Android");
43
env_argument = getenv("ANDROID_ARGUMENT");
44
setenv("ANDROID_APP_PATH", env_argument, 1);
45
//setenv("PYTHONVERBOSE", "2", 1);
@@ -108,7 +106,7 @@ int main(int argc, char **argv) {
108
106
Py_Finalize();
109
107
fclose(fd);
110
111
- LOG("Kivy for android ended.");
+ LOG("Python for android ended.");
112
return ret;
113
}
114
0 commit comments