diff --git a/OAT.xml b/OAT.xml index 57b4334deceb7f01cdb74544213ccbedf925b25b..ebdfb221d1e118f51754f106e1d94c096e0ca72f 100644 --- a/OAT.xml +++ b/OAT.xml @@ -85,8 +85,10 @@ - + + + @@ -95,6 +97,17 @@ + + + + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource index e6f16e73b9aa61152df49bbd8c0cd088bbef82d2..97882a34279d0fed3466486c8b2cf012459509ff 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "leak_detector", "License": "BSD 2-Clause License", "License File": "LICENSE", - "Version Number": "7c68ab8ca205e747e32e1d047036541daa238a78", + "Version Number": "1.1.0", "Owner": "george.lihui@huawei.com", "Upstream URL": "https://github.com/liujiakuoyx/leak_detector", "Description": "flutter Memory leak detection tool." diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md new file mode 100644 index 0000000000000000000000000000000000000000..d7422d6effcc82207f29649998e40fb855ca4251 --- /dev/null +++ b/README_OpenHarmony.md @@ -0,0 +1,23 @@ +# leak_detector + +原始仓来源:https://github.com/liujiakuoyx/leak_detector + +## 仓库简介 +leak_detector是一个Flutter包,旨在帮助开发者检测内存泄漏。 +该仓库为leak_detector库的Flutter OpenHarmony适配仓。 + +## 引入背景简述 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用leak_detector的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入OpenHarmony、快速实现产品化而提供的leak_detector,本方案采用插件化的适配器模式实现leak_detector OpenHarmony适配版本的兼容。 + +## 使用场景 +本方案仅供应用厂商中已支持Flutter框架的设备在移植OpenHarmony系统过程中作为备选方案使用。 + +## 使用文档 + +适配OpenHarmony平台的使用指导请见:[Flutter使用指导文档](https://gitee.com/openharmony-sig/flutter_samples/blob/master/ohos/docs/07_plugin/ohos%E5%B9%B3%E5%8F%B0%E9%80%82%E9%85%8Dflutter%E4%B8%89%E6%96%B9%E5%BA%93%E6%8C%87%E5%AF%BC.md) + +## License + +BSD 2-Clause License + +见 [LICENSE](LICENSE) \ No newline at end of file