fix: preserve current runtime debug state

This commit is contained in:
2026-04-18 05:29:11 +08:00
parent 6aba77df9a
commit cd48a8af68
11 changed files with 138 additions and 265 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void debug_log_write(const char *msg)
void debug_log_printf(const char *fmt, ...)
{
char buffer[192];
char buffer[128];
va_list args;
int len;