mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-26 03:05:09 -08:00
Clean up logging on C++ side
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
#include <base-rs.hpp>
|
||||
|
||||
extern int (*cpp_logger)(LogLevel level, const char *fmt, va_list ap);
|
||||
|
||||
void LOGD(const char *fmt, ...) __printflike(1, 2);
|
||||
void LOGI(const char *fmt, ...) __printflike(1, 2);
|
||||
void LOGW(const char *fmt, ...) __printflike(1, 2);
|
||||
|
||||
Reference in New Issue
Block a user