The Wayback Machine - https://web.archive.org/web/20220426201028/https://github.com/square/leakcanary/issues/1839
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃檹 Guest Book 馃檹 #1839

Open
pyricau opened this issue May 20, 2020 · 14 comments
Open

馃檹 Guest Book 馃檹 #1839

pyricau opened this issue May 20, 2020 · 14 comments

Comments

@pyricau
Copy link
Member

@pyricau pyricau commented May 20, 2020

This "issue" serves as a guest book. You're welcome to write nice things about LeakCanary, share how it's helped you solve a problem, or name drop companies using it.

Idea came from this tweet.

I'll keep this issue open, don't hesitate to drop a comment even if it's 5000 years from when I'm writing this.

@pyricau pyricau pinned this issue May 20, 2020
@pyricau pyricau changed the title 馃檹Guest Book 馃檹 馃檹 Guest Book 馃檹 May 20, 2020
@subhasha1
Copy link

@subhasha1 subhasha1 commented May 20, 2020

Awesome library works like magic.

@SubhrajyotiSen
Copy link

@SubhrajyotiSen SubhrajyotiSen commented May 20, 2020

Using it right now on the Tickertape app. It has been crucial for detecting and fixing memory leaks related to Fragments and RecyclerViews. Thanks a lot for making this

@safall
Copy link

@safall safall commented May 20, 2020

Super easy to use.. fantastic library 馃槏

@0xMatthewGroves
Copy link

@0xMatthewGroves 0xMatthewGroves commented May 20, 2020

A one-line dependency with no extra setup - there's no reason why you wouldn't add this library to your debugging toolkit. I've been using LeakCanary in all my personal apps and it's been incredibly helpful -- sometimes even finding leaks in AndroidX libraries. Thanks for contributing to the open-source community PY!

@KushtrimPacaj
Copy link

@KushtrimPacaj KushtrimPacaj commented May 23, 2020

Very very very useful library.
Have used it since the beginning on the main app of the HELLO device.

For an app like ours that is the main app of a device ( kind of like a launcher + lots of other stuff ), and is opened for the most time that the device is plugged in, IF they are leaks, even very little ones, they will after some time add up to OOM.

LeakCanary has caught lots of very interesting and wierd leaks and saved us from many OOMs.

@nikhilbansal97
Copy link

@nikhilbansal97 nikhilbansal97 commented May 25, 2020

Interesting library! Got to know about a lot of memory leaks from it! It even helped in pointing out a memory leak when using Fragments with Data Binding which could not have caught otherwise. 馃憦

@R4md4c
Copy link

@R4md4c R4md4c commented May 27, 2020

I love how this lib has become the defacto standard in reporting memory leaks that happens within Google's frameworks. Few weeks ago I reported a memory leak in the navigation component and attached a project and a Leak canary stacktrace as a proof.

Recently it got acknowledged, fixed and will be released in the next version of the lib!

@atulgpt
Copy link

@atulgpt atulgpt commented Jun 18, 2020

Really awesome library. I really like how much presentable way they show the info to the developer. UX is insanely great and intuitive. And compared to version 1, version 2 is really fast.
I use in Snaps App
and TOEFL App

@rpattabi
Copy link

@rpattabi rpattabi commented Jun 26, 2020

LeakCanary website is very helpful. Learned a good deal about memory leaks in android thanks to the people writing them about it briefly and with just enough detail.

I see that this website has the potential to become a go to resource for all things memory leaks: cataloging them, linking them with AOSP bugs, sharing best practices, etc.

Thanks a lot @pyricau and everyone contributing to this website.

@JHuan
Copy link

@JHuan JHuan commented Oct 28, 2020

Awesome library it is! It offers a easiest way to show developer potential leak poblem,love it!
But I do have a question, maybe sound silly, still if any help will be appreciated!

When leak trace found, why F&Q says "A good start is to look at the shortest path to GC Roots (excluding weak references)." ?

@zhaowhao
Copy link

@zhaowhao zhaowhao commented Oct 29, 2020

awesome library! it helps me a lot.

@Alireza-Farahani
Copy link

@Alireza-Farahani Alireza-Farahani commented Dec 9, 2021

Really great library. We received a legacy code-base and Leakcanary helped us in detecting major leaks. We've integrated it with Sentry-sdk in our debug build to send leaktraces to Sentry and it's been really helpful.

@MohitMandalia
Copy link

@MohitMandalia MohitMandalia commented Jan 1, 2022

This library is really helpful when I want to contribute to any application it quickly finds memory leaks and its great to clean up those leaks and make application leak free. Works like a charm.

@EmmanuelMess
Copy link

@EmmanuelMess EmmanuelMess commented Jan 23, 2022

I haven't found anything else that works so well, we use it for removing leaks from AmazeFileManager . Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment