HermanChen / mpp

Rockchip MPP(Media Process Platfrom)
162 stars 73 forks source link

mpp_log not print #26

Closed susfly closed 3 years ago

susfly commented 3 years ago

hardware: RK3328-PC os: Android 7.1 problem: all of the mpp_log mpp_err can not print, no log output.

so I have to change

#ifdef mpp_err
#undef mpp_err
#endif
#define mpp_err printf

#ifdef mpp_log
#undef mpp_log
#endif
#define mpp_log printf

and the printf can print success.

how should I use mpp_log?

HermanChen commented 3 years ago

Android or Linux kernel?