|
|
|
|
|
by nolanl
1647 days ago
|
|
Author here. I wasn't aware of your talk, but it's super interesting! Showing info about the retain chain is a great idea, but I didn't get around to doing it in fuite. IME just counting the number of objects is actually pretty effective to find the smoking gun. (You leaked 1 event listener, which leaked a bazillion strings, arrays, objects, etc., but all you really care about is the 1 event listener.) I would love to see how your tool approaches this! Hope it gets open-sourced. :) |
|