2

Is there a way to see logcat in Qt, so I can debug easier? Specially, that my code uses android service, which runs on a separate process and I can't see any QDebug or QWarning or Log.

m7913d
  • 10,244
  • 7
  • 28
  • 56
Mena
  • 3,019
  • 1
  • 25
  • 54
  • Have you looked into the command line tool [documentation](https://developer.android.com/studio/command-line/logcat.html) of logcat? – m7913d Jun 06 '17 at 10:31
  • 1
    Yes i just did, and also a summary here:https://stackoverflow.com/questions/6854127/filter-logcat-to-get-only-the-messages-from-my-application-in-android It solved my problem – Mena Jun 06 '17 at 11:18
  • So your problem is solved with your provided link? – m7913d Jun 06 '17 at 11:19
  • 1
    Yes, and this too is very useful https://stackoverflow.com/a/32279371/8086424 – Mena Jun 06 '17 at 11:37

0 Answers0