Skip to content
  • BogDan Vatra's avatar
    Android: Improve application output window by adding filters · d4ca232d
    BogDan Vatra authored
    
    
     - allow the user to choose the visible log levels
     - allow the user to choose which activities/service(s) logs are visible
     - wakeup the device (API 20+)
     - use only the most recent logs (API 21+ add "-T 0" to logcat params)
     - use logcat -v time format, which is the same on all Android versions
    
    In the future we can even allow the user to choose which parts of the
    log line are visible, e.g. time, log level, TAG, PID, Message
    
    Task-number: QTCREATORBUG-16887
    Change-Id: I07ce00aff59a479660f5ac6da75eef973ba3f627
    Reviewed-by: default avatarhjk <hjk@qt.io>
    Reviewed-by: default avatarVikas Pachdha <vikas.pachdha@qt.io>
    d4ca232d