In this version:
- Detection of several new memory leak kinds added. In particular, objects held in memory only via anonymous lambda class instances, only via Builder class instances, etc.
- New anomaly detection: strings that contain exception stack traces and occupy a significant percentage of the heap. This signals that the app is in bad state, throwing exceptions all the time.
- Improved information about thread status in the “Thread stacks” report section
- UI improvements and bug fixes