[Chore] (MG_Util/Debug/Log): give up on stacktrace

This commit is contained in:
2026-01-05 10:03:14 +08:00
parent c6443e5039
commit 5e9844a4e5
3 changed files with 15 additions and 2 deletions
+3
View File
@@ -41,6 +41,9 @@
#include <unordered_map>
#include <mutex>
#include <bitset>
#if __cplusplus >= 202302L && MOBILEGL_LOG_ENABLE_STACKTRACE
#include <stacktrace>
#endif
// Include FastSTL
#include <FastSTL/UnorderedMap.h>