Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-11861

Only Critical logs are available in the Application Logs page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Not Evaluated Not Evaluated
    • None
    • QDS 4.4
    • None
    • Android, Windows
    • QDS Berlin - 2024 Week 5/6

      How to reproduce

      1. In QDS, create an application based on Mobile -> Stack preset
      2. Add a Timer that every 1s logs a text into the console
          Timer {
              id: timer
              running: true
              interval: 1000
              repeat: true
              onTriggered: console.[log|warn|error]("Timer Triggered") // ...
          } 
      1. Deploy the application from QDS to Qt UI Viewer for Android

      Description

      Only critical logs (logged with console.error) are logged into the Qt UI Viewer's Application Log tab. console.error produce also a toast on Android when triggered. console.log and console.warn do not produce any output.

      Expected behavior

      In order to debug the applications, I'd expect a way to configure the level of logs.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hancerliqt Burak Hancerli
            piotrtanski Piotr Tański
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes