T
T
tr1cks2018-09-28 17:17:00
QML
tr1cks, 2018-09-28 17:17:00

How to debug a mobile QML application in production?

  1. How to generate and collect crash reports? Maybe there is a service?
  2. And what is logged to recreate the picture later? Only operations on objects and transitions between pages?
  3. If the layout went wrong somewhere, the application started working strangely or just went into an unexpected state, I want to have a button "Take a screenshot, collect information and send it to the developer." Maybe there are some ready-made solutions or best practices?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jacob E, 2018-09-28
@tr1cks

1) Google breakpad + sending logic to your server.
2) Depends on your imagination. If all the logic is in C++, then the call stack is enough
3) doc.qt.io/qt-5/qquickwindow.html#grabWindow

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question