From 7066b876426c788fb95bc316753c230204fefc7d Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sun, 11 May 2025 22:39:01 +0530 Subject: [PATCH] Create leakcanary.json --- data/leakcanary.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/leakcanary.json diff --git a/data/leakcanary.json b/data/leakcanary.json new file mode 100644 index 0000000..7babd0d --- /dev/null +++ b/data/leakcanary.json @@ -0,0 +1,10 @@ +{ + "name": "leakcanary", + "description": "LeakCanary’s knowledge of the internals of the Android Framework gives it a unique ability to narrow down the cause of each leak, helping developers dramatically reduce jank, Application Not Responding freezes and OutOfMemoryError crashes.", + "link": "https://square.github.io/leakcanary/", + "authorName": "Square", + "authorLink": "https://github.com/square", + "tags": [ + "memory-leak" + ] +}