Skip to content

How to collect logs

Embbnux Ji edited this page Mar 6, 2025 · 7 revisions
  1. Right click at the widget/app, and select Inspect to open Chrome developer tool.
  2. Click more icon in developer tool, undock the developer tool into separate window
PastedGraphic-1
  1. Click settings, and select show timestamp in console
PastedGraphic-3
  1. Go to Console panel, click settings and select preserve log
PastedGraphic-2
  1. Go to network, also select preserve log
PastedGraphic-4
  1. Keep the developer tool opened, and use the integration as you do previously. You can put it in background, so it will not effect your work.
  2. Refresh the page with the widget. Use it as normal in the widget, and see if the issue can be reproduced. If you are collecting logs for multiple tabs, do 1-7 for every tab with the widget integration, then you will have multiple chrome developer tool window opened.
  3. If the issue is not reproduced, keep use it until you find the issue is reproduced.
  4. Once the issue is reproduced, go back to Chrome developer tool
  5. Go to Console panel, right click at logs and select “Save as” to save log file
PastedGraphic-5
  1. Go to network, save HAR file:

For old Chrome, right click at any network request's name, and select Save all as HAR with content to save HAR file:

PastedGraphic-6

For new Chrome, right click at any network request's name, and select Copy -> Copy all as HAR

image

Then create a new text file to paste the content and save the file.

  1. Share logs and HAR file to us. If you are collecting logs for multiple tabs, do 10-12 for every Chrome developer tool windows.
Clone this wiki locally