Setting up QML Profiler for Qt Android Applications
Unsolved
Mobile and Embedded
-
Has anyone successfully used the QML Profiler for Android Qt 5.15.2 Clang Multi-Abi? I've tried simply running in debug mode with QML Profile analysis enabled and started, but the the trace doesn't really output anything usable...
My AVD is setup and connected, and the application is definitely able to run, but debugging through Qt has been very difficult. The Qt documentation doesn't really seem to shed any good light on this specific topic either.
Qmake call also includes "CONFIG+=debug" "CONFIG+=qml_debug".
qmake build configuration=debug
ABI=armeabi-v7a