From c552bc6a4e1216f826598f17da93dc5e198c422a Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Fri, 11 Jul 2025 19:18:59 +0800 Subject: [PATCH] [Chore] (Config): Rename log file name. --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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