mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
5 lines
111 B
C++
5 lines
111 B
C++
#include <log/log.h>
|
|
|
|
int __android_log_print(int prio, const char *tag, const char *fmt, ...) {
|
|
return 0;
|
|
}
|