sdk-hwV1.3/external/eyesee-mpp/system/public/include/cutils/log.h

6 lines
78 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifdef USE_STD_LOG
#include <log/std_log.h>
#else
#include <log/log.h>
#endif