Gather crash related logs
Unsolved
Mobile and Embedded
-
Hi everyone, hope all is well!
I come from Native Android development (Java, Android studio). We are recently developing an Android app using QT, QML, C++. I mainly have two question about the cases app crashes:
- Android studio shows the exact line of code causing the crash as opposed to QT creator. How can I see the exact line of code with call-stacks and trace-logs of in QT Creator? I know if I run the app in debug mode, it would show, but was wondering if that also possible in normal run?
- Native Android development (Java, Kotlin) provides tools like Firebase Crashlytics or Sentry to get the crash-logs remotely from the users. Is there any equivalent tool that we can leverage to get the crash-logs of QT Android app?
Thanks in advance :)