重构服务定位器中的互斥锁类型,从std::mutex改为std::recursive_mutex,以支持可能发生的嵌套调用场景 优化hello_module日志输出,使用E2D_INFO宏替代std::cout 删除不再使用的config.json配置文件 |
||
|---|---|---|
| .. | ||
| basic | ||
| hello_module | ||
| image_display | ||
| text_rendering | ||
重构服务定位器中的互斥锁类型,从std::mutex改为std::recursive_mutex,以支持可能发生的嵌套调用场景 优化hello_module日志输出,使用E2D_INFO宏替代std::cout 删除不再使用的config.json配置文件 |
||
|---|---|---|
| .. | ||
| basic | ||
| hello_module | ||
| image_display | ||
| text_rendering | ||