外观
约 89 字小于 1 分钟
HarmonyOS
2024-12-23
在格式字符串每个参数中符号后类型前增加{public}标识即可以解决
例如
OH_LOG_Print(LOG_APP, LOG_DEBUG, 0x0000, "Tag", "%{public}d", 0);