mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-05-20 04:57:25 +09:00
6 lines
111 B
C++
6 lines
111 B
C++
#include <log/log.h>
|
|
|
|
int __android_log_print(int prio, const char* tag, const char* fmt, ...) {
|
|
return 0;
|
|
}
|