How to report an issue concerning CoverageScanner

Last edited on

It is possible to generate a log file which allows froglogic to investigate issues concerning CoverageScanner.

Proceed as follows on Microsoft Windows:

  1. Click on "StartProgramsSquish CocoSupportCoverageScanner Log Recording". This will install a debug version of CoverageScanner which will produce a set of log files.
  2. Reproduce your issue.
  3. In the console window, press enter to install the normal version of CoverageScanner.
  4. The log files are located in %SQUISHCOCO%\logfiles. Create a ZIP archive from them and provide it in a new support request, created at 'Support Center' at https://account.qt.io/ .

Proceed as follows on Linux:

  1. In a console window:
    $ cd /opt/SquishCoco/bin/
    $ mv coveragescanner coveragescanner.bak
    $ cp coveragescannerdbg coveragescanner
    This will install a debug version of CoverageScanner which will produce a set of log files.
  2. Reproduce your issue.
  3. Restore the release version of CoverageScanner:
    $ cd /opt/SquishCoco/bin/
    $ mv coveragescanner.bak coveragescanner
  4. The log files are located in /tmp/SquishCoco or %TEMP%\SquishCoco_logfiles. Create a ZIP archive from them and provide it in a new support request, created at 'Support Center' at https://account.qt.io/ .

Warning: The log file may contain parts of your source code. If this is an issue, remove the concerned lines with your favorite editor.