README 优化格式

This commit is contained in:
zhaoyan24 2024-07-01 11:35:10 +08:00
parent bfbf30f8d5
commit 8a05d300aa

View File

@ -41,9 +41,15 @@ FFRT: Function Flow Runtime 一种并发编程框架,提供以数据依赖
## 编译构建
### Linux编译:
因安全整改,当前ffrt编译依赖三方安全库的功能需要把三方安全库的代码一并下载到本地。
当前ffrt编译依赖三方安全库的功能需要把三方安全库的代码一并下载到本地。
三方安全库代码仓https://gitee.com/openharmony/third_party_bounds_checking_function
注意在ffrt代码同目录新建文件夹third_party,再将安全库代码放到third_party下文件夹命名要求为bounds_checking_function.
文件结构示意如下:
resourceschedule_ffrt
third_party
|-bounds_checking_function
再进入到ffrt代码路径下执行scripts下的sh脚本(sh scripts/run_example.sh)。
## LOG配置
1. LOG输出函数可以查看头文件ffrt_log_api.h