[Feat] (All): Implement init, log and other related components.

This commit is contained in:
BZLZHH
2025-07-11 18:09:45 +08:00
parent 0eed6f17a2
commit b76c23429f
6 changed files with 279 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
#pragma once
#define MOBILEGL_LOG_ACTIVE_LEVEL MOBILEGL_LOG_LEVEL_DEBUG
#define MOBILEGL_LOG_ENABLE_CONSOLE 0
#define MOBILEGL_LOG_ENABLE_FILE 1
#define MOBILEGL_LOG_ENABLE_ANDROID 1
#ifdef __ANDROID__
#define MOBILEGL_LOG_FILE_PATH "/sdcard/MG/mobilegl_log.txt"
#elif
#define MOBILEGL_LOG_FILE_PATH ""
#endif