diff --git a/MobileGL/Config.h b/MobileGL/Config.h index 71ac257a..dd5750c0 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -7,7 +7,7 @@ #define MOBILEGL_LOG_ENABLE_ANDROID 1 #ifdef __ANDROID__ -#define MOBILEGL_LOG_FILE_PATH "/sdcard/MG/mobilegl_log.txt" +#define MOBILEGL_LOG_FILE_PATH "/sdcard/MG/latest.log" #elif #define MOBILEGL_LOG_FILE_PATH "" #endif \ No newline at end of file