QtMobility Contacts:How to enable runtime debug messages on maemo5
Jump to navigation
Jump to search
Switch on the debug messages[edit | edit source]
To enable the debug messages you have to
- Open a terminal on your device
- Set any value for the QCONTACT_MAEMO5_DEBUG environment variable.
- export QCONTACT_MAEMO5_DEBUG=1
- Run the application in the terminal where you set the variable
- run-standalone.sh ./myapps
Switch off the debug messages[edit | edit source]
- Clean the QCONTACT_MAEMO5_DEBUG var
- export QCONTACT_MAEMO5_DEBUG=
- Run your application as before
Reporting bugs[edit | edit source]
If a bug is found, debug messages should be added when the bug description is filed in the Qt Bug Tracker.