fix errlog

This commit is contained in:
jiqiu2021
2024-11-16 23:04:25 +08:00
parent 8b489d0c5c
commit 933b962d6e
2 changed files with 2 additions and 2 deletions

View File

@@ -12,5 +12,5 @@
#define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
#define PLOGE(fmt, args...) LOGE(fmt " failed with %d: %s", ##args, errno, strerror(errno))
#endif //ZYGISK_IL2CPPDUMPER_LOG_H