天天看点

OpenCore 之 PVLogger

<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } A:link { so-language: zxx } -->

两点:

1. Change external/opencore/oscl/pvlogger/src/

pvlogger.h:

#undef NDEBUG

#define PVLOGGER_INST_LEVEL 5 // 根据需要选择 1-5, 数字越高打出来的信息越多,多得可以把其他信息都盖过

也可以在编译选项中添加这两个宏

2. Change external/opencore/android/thread_init.cpp:

#if 0 --------- Change this value to 1

PVLoggerAppender *appender = new AndroidLogAppender<

TimeAndIdLayout,1024>();

...

...

#endif

更多关于pvlogger的说明参看external/opencore/doc/pvlogger_users_guide.pdf