mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
5 lines
123 B
C++
5 lines
123 B
C++
#include <log/log.h>
|
|
|
|
int __android_log_print(int /*prio*/, const char* /*tag*/, const char* /*fmt*/, ...) {
|
|
return 1;
|
|
}
|