How to generate HAR file and console log when facing console issues? 

Description

When you are facing issues with MDM web console, you might be required to generate HAR (HTTP Archive) files which will help in identifying performance issues such as slow loading time and page rendering problems. Collect and upload the HAR log from the machine using which you are trying to connect to web console, for analyzing browser console logs and resolving the UI issues.

Note: HAR file may contain sensitive data such as

  • Content of the pages you downloaded while the session is being recorded.
  • Your cookies which can contain your personally identifiable information.
  • All the information that you submitted while recording such as personal details, passwords, credit card numbers, etc.

Steps

The following are the steps involved in uploading console logs

Generating HAR file

Follow the steps given below to generate HAR file for different browsers.

To generate the HAR file for Chrome

  1. Open Google Chrome and go to MDM web console -> log in to the MDM web console.
  2. From the Chrome menu bar, click Customise and control Google Chrome (vertical ellipsis) -> More Tools -> Developer tools.
  3. Select Network tab from the top pane.
  4. Ensure the record button is red If it is grey, click it once to start recording network log.
  5. Check the box Preserve log.
  6. Click the Clear button to clear the console entries.
  7. Reproduce the issue while the network requests are being recorded.
  8. Once you have reproduced the issue, right-click anywhere on the activity pane, select Save all as HAR with content. And save the file to your computer.

Firefox

  1. Open Firefox and go to MDM console -> log in to the MDM web console.
  2. Select the Firefox menu (hamburger icon) at the top-right corner of your browser window, select Web Developer -> Network.
  3. The Developer Network Tools opens as a docked panel at the side or bottom of Firefox. Click the Network tab.
  4. The recording starts automatically when you start performing actions in the browser.
  5. Reproduce the issue while the network requests are being recorded.
  6. In the Developer Network panel, right-click anywhere under the File column and click on Save all as HAR and save the file to your computer.

Internet Explorer

  1. Open Internet Explorer and go to MDM web console -> log in to the MDM web console.
  2. Press F12 on your keyboard or click the gear icon -> F12 Developer Tools.
  3. Click the Network tab.
  4. Reproduce the issue, while the network requests are being recorded.
  5. Once you have recorded the issue, click Save. Ensure the file is saved as a .har file or .xml file

Microsoft Edge

  1. Open Edge browser and go to MDM web console -> log in to the MDM web console.
  2. From the menu bar, click Settings and more (horizontal ellipsis) -> More Tools -> Developer tools.
  3. Select Network tab from the top pane.
  4. Edge natively produces HAR files. Ensure the record button is red and the session is being recorded. If it is grey, click on Start profiling session.
  5. Reproduce the issue.
  6. Once you have reproduced the issue, click Export as HAR or Ctrl+S. And save the file to your computer.

Safari

  1. Click Develop menu in the menu bar and select Show Web Inspector. If you cannot see the Develop menu, click Safari -> Preferences -> Advanced -> Show Develop menu in menu bar.
  2. Click the Network tab.
  3. Reproduce the issue.
  4. Click Download at the top pane and save the file as .webarchive file.

Saving the Console logs

Follow the steps given below to save console logs using different browsers.

Saving console logs in Chrome

  1. Right-click anywhere on a page and click Inspect -> Console.
  2. Click Settings. Under Preferences enable the following check boxes:
    • Log XML HTTP Requests
    • Show timestamps
    • Preserve log upon navigation
  3. Reload the page so that the log entries are filled.
  4. Right click -> Save as (notepad text file / .log file)

Saving console logs in Firefox

  1. Right click on a page and click Inspect -> Console.
  2. Click Settings. Ensure that Persist Logs and Enable timestamps checkbox is enabled.
  3. Reload the page so that the log entries are filled.
  4. Right click -> Select File -> Copy -> Paste as a text file.

Saving console logs in Internet Explorer:

  1. Press the F12 key to open the Developer Tools Window.
  2. In the Console tab, enable debug logging by executing the command AgentSDK.EnableIE11DebugLogging(true)
  3. Reload the page so that the log entries are filled.
  4. In the Console Tab, right-click and select Copy All and paste the content into a text file.
  5. Disable debug logging by executing the command AgentSDK.EnableIE11DebugLogging(false)

Note: It is recommended to turn debug logging off after testing, as leaving it on for a long period can cause IE to crash.

Saving console logs in Microsoft Edge

  1. Right-click anywhere on a page and click Inspect -> Console.
  2. Enable the Preserve log check box.
  3. Reload the page so that the log entries are filled.
  4. Right click -> Select File -> Copy -> Paste as a text file.

Saving console logs in Safari

  1. Right click on a page and click Inspect Element.
  2. Select Console. Click Settings and ensure Preserve Log checkbox is enabled.
  3. Select All and reload the page so that the log entries are filled.
  4. Click on any entry in the Console log, copy everything and paste the content into a text file.

Sending the HAR logs to MDM Support

Follow the steps given below to upload the HAR logs to the Mobile Device Manager Plus Support.

  • Open https://bonitas2.zohocorp.com/.
  • Specify the Ticket ID, if you have one.
  • Specify your e-mail address to receive notifications and other required fields.
  • Click Add Files to browse and select the HAR file and console logs along with relevant screenshots.
  • Click Upload.
  • The HAR logs are uploaded to MDM server successfully.