Android - Detecting memory leaks
Unsolved
Mobile and Embedded
-
Hi,
I have an Android application developed under QT 5.12 that suffers from a possible memory leak. What are my options in terms of analysis?
Memcheck (as described in https://doc.qt.io/qtcreator/creator-analyzer.html) does not seem to work on Android (I'm experiencing behaviour described in this bug report https://bugreports.qt.io/browse/QTCREATORBUG-19052).
Thanks