From c43a6f2d15201bb0665df07c5e7fc550538a1419 Mon Sep 17 00:00:00 2001 From: neillchen Date: Thu, 31 Aug 2023 17:45:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?--other=3D=E4=B8=8B=E6=9E=B6=E5=81=9C?= =?UTF-8?q?=E8=BF=90=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 9ce3af0..758d99f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ [中文介绍](http://wereadteam.github.io/2016/07/20/MLeaksFinder2/) | [FAQ中文](https://github.com/Zepo/MLeaksFinder/blob/master/FAQ-CN.md) +# MLeaksFinder下架停运公告 +尊敬的开发者: +您好。我们将/已于2023年09月08日0时0分下架并停止MLeaksFinder SDK服务。自2023年09月08日0时0分起,停止MLeaksFinder SDK所有代码维护服务,并删除数据。为避免影响您的产品功能及开发体验,建议您尽快在应用产品中移除下架版本SDK代码。届时我们将依据法律规定及合同约定处理终端用户个人信息。 +为了更好的支持开发者对于MLeaksFinder的需求,我们也提供了更为专业全面的SDK产品,如您有相关需求,可通过客服(mleaksfinder@tencent.com)咨询,我们将竭诚为您服务。 +感谢长期以来对MLeaksFinder SDK的信赖和支持! + + +广州腾讯科技有限公司 +2023年08月31日 + + +--- + # MLeaksFinder MLeaksFinder helps you find memory leaks in your iOS apps at develop time. It can automatically find leaks in UIView and UIViewController objects, present an alert with the leaked object in its View-ViewController stack when leaks happening. ~~More over, it can try to find a retain cycle for the leaked object using [FBRetainCycleDetector](https://github.com/facebook/FBRetainCycleDetector/tree/master/FBRetainCycleDetector).~~ Besides finding leaks in UIView and UIViewController objects, developers can extend it to find leaks in other kinds of objects. From d598dd8644aa48ee63e40d88ecbd69598cc7adf1 Mon Sep 17 00:00:00 2001 From: "Linyue \"Michael\" Zhang" Date: Mon, 11 Sep 2023 14:09:41 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"--other=3D=E4=B8=8B=E6=9E=B6?= =?UTF-8?q?=E5=81=9C=E8=BF=90=E5=85=AC=E5=91=8A"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit c43a6f2d15201bb0665df07c5e7fc550538a1419. --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 758d99f..9ce3af0 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,5 @@ [中文介绍](http://wereadteam.github.io/2016/07/20/MLeaksFinder2/) | [FAQ中文](https://github.com/Zepo/MLeaksFinder/blob/master/FAQ-CN.md) -# MLeaksFinder下架停运公告 -尊敬的开发者: -您好。我们将/已于2023年09月08日0时0分下架并停止MLeaksFinder SDK服务。自2023年09月08日0时0分起,停止MLeaksFinder SDK所有代码维护服务,并删除数据。为避免影响您的产品功能及开发体验,建议您尽快在应用产品中移除下架版本SDK代码。届时我们将依据法律规定及合同约定处理终端用户个人信息。 -为了更好的支持开发者对于MLeaksFinder的需求,我们也提供了更为专业全面的SDK产品,如您有相关需求,可通过客服(mleaksfinder@tencent.com)咨询,我们将竭诚为您服务。 -感谢长期以来对MLeaksFinder SDK的信赖和支持! - - -广州腾讯科技有限公司 -2023年08月31日 - - ---- - # MLeaksFinder MLeaksFinder helps you find memory leaks in your iOS apps at develop time. It can automatically find leaks in UIView and UIViewController objects, present an alert with the leaked object in its View-ViewController stack when leaks happening. ~~More over, it can try to find a retain cycle for the leaked object using [FBRetainCycleDetector](https://github.com/facebook/FBRetainCycleDetector/tree/master/FBRetainCycleDetector).~~ Besides finding leaks in UIView and UIViewController objects, developers can extend it to find leaks in other kinds of objects.