mozilla-mobile / perf-frontend-issues

A repository to hold issues related to front-end mobile application performance.
4 stars 0 forks source link

Document that the Firefox Profiler may omit function calls if they were inlined via proguard #185

Closed mcomella closed 3 years ago

mcomella commented 3 years ago

ProGuard will inline some functions so some functions will be missing from the stack trace in ProGuarded builds. We should document this behavior so it's not confusing to folks why the profiler doesn't match what the code says.

mcomella commented 3 years ago

This is kind of aspirational and we're likely to just lose this issue. When folks use it more, if this questions comes up a lot, it'll be a good reminder to do it.