How to Collect Logs in Receiver for Chrome and Receiver for HTML5

How to Collect Logs in Receiver for Chrome and Receiver for HTML5

book

Article ID: CTX217352

calendar_today

Updated On:

Description

This article describes how to collect logs for:

  1. Receiver for Chrome Client logs

  2. Receiver for Chrome Console logs

  3. Receiver for HTML5  Client logs

  4. Receiver for HTML5 Console logs


Instructions

Instructions to collect Receiver for Chrome Client logs

Complete the following steps to collect Receiver for Chrome client logs:

  1. Click on “Settings” button at the right bottom corner of the Receiver logon screen.
    User-added image

  2. Click “Start Logging” button to enable logging from the “Account” dialog.
    User-added image
    Notice, the button changes to “Stop Logging”. This indicates logging is enabled.
    User-added image

  3. Close the “Account” dialog.

  4. Launch your XenDesktop/XenApp session on which the problem is reproducible.
    User-added image
    Continue to work on the session to reproduce the issue.

  5. Once the problem is reproduced, close the session.

  6. Click the “Settings” button again to open the “Account” dialog.

  7. The “Account” dialog shows the list of log files captured.
    User-added image

  8. Moving the mouse on top of the file shows small arrow at the right  User-added image
    User-added image

  9. Click on the  User-added image  button to download and save the file.

  10. Save all the log files listed under “Log Files” and share it with the administrator or Citrix support engineer.

  11. Click on “Stop Logging” 

Note: In case of Kiosk mode, files can be saved to a “USB removable device”.

Instructions to collect Receiver for Chrome console logs

Complete the following steps to collect Receiver for Chrome console logs:

  1. Open “chrome://inspect” page in chrome browser.

  2. Go to Apps tab.
    User-added image

  3. Click on “inspect” on all windows related to Citrix receiver : SessionWindow.html, Main.html (and its child nodes).

  4. Click on “console” in opened developer tool.

  5. Save the log via right click “save as” option to a file.

Instructions to collect Receiver for HTML5 client logs

1. Log on to the Receiver for Web site.

2. For Citrix Workspace app HTML5 versions 1908 and later, open a new tab and navigate to siteurl/Clients/HTML5Client/src/SessionWindow.html#engineType=log, where siteurl is the URL of the Receiver for Web site (http://server.domain/Citrix/StoreWeb).

For Citrix Workspace app HTML5 versions 1907 and earlier, open a new tab and navigate to siteurl/Clients/HTML5Client/src/ViewLog.html, where site url is the URL of the Citrix Receiver for Web site (http://server.domain/Citrix/StoreWeb).

3. On the logging page, click Start Logging

4. On the Receiver for Web site, access a desktop or application using Receiver for HTML5

5. The log file generated for the Receiver for HTML5 session is shown on the logging page. You can also download the log file for further analysis.
 

Notes

  1. Logging will be enabled for subsequent session launches, and not for the current active session (if any)
  2. For Receiver for HTML5 version 2.2 and above a tool bar menu “Logging” has been added to enable and view the logs for Receiver for HTML5

User-added image

Instructions to collect Receiver for HTML5 console logs 

  1. Open Developer tools on the browser tab where session is running. For example, on chrome browser Developer tools can be found under “More Tools” option.
  2. Click on “console” in opened developer tool.
  3. Save the log via right click “save as” or by copying text.

For USB redirection related issues:

Workspace for Chrome (formerly known as Receiver for Chrome)

1. Before collecting the Workspace for Chrome (formerly known as Receiver for Chrome) logs, Please enable moreLogs for USB by adding the moreLogs configuration key in chromeAppPreferences in web.config file on the storefront.
  • chromeAppPreferences ='{"moreLogs":{"usb":true}}'
2. Please share the logs from chrome://device-log as well

Workspace for HTML5 (formerly known as Receiver for HTML5)

1. Before collecting the Workspace for HTML5 (formerly known as Receiver for HTML5) logs, Please enable moreLogs for USB by adding the moreLogs configuration key in configuration.js file "moreLogs":
             {
                "usb": true
             }
2. Please share the logs from chrome://device-log as well

Issue/Introduction

This article describes how to collect logs for a) Receiver for Chrome Client logs b) Receiver for Chrome Console logs c) Receiver for HTML5 Client logs d) Receiver for HTML5 Console logs