How to Send a problem report and client logs In Zoom Meeting

Sending a problem report and client logs

Zoom has a request form and log data to be sent in the case of problems or issues during a Zoom meeting, webinar, or while using the Zoom application to chat or schedule a meeting. You can send the error message and log files to Zoom. Our Customer Support team uses these reports and logs to troubleshoot issues in a timely manner and to resolve problems that occur. We recommend you open a ticket with Zoom first in order to request support before sending the report if you don’t already have one open.

An in-depth analysis may be necessary, in which case Support may be able to provide you with a special troubleshooting version that will need to be installed. Install the software and replicate the issue, then retrieve the logs using the following instructions.

Note : As mentioned in this article, the article explains how to send a problem report from both the Zoom desktop and mobile applications. You may submit a problem report by clicking the “Submit a problem report” button if you encounter any trouble using the Zoom web client 

Prerequisites for sending a problem report and client logs to Zoom Support

  • The Zoom desktop client is the following:
    • Currently, there are the following versions of Zoom’s desktop client available for Mac OS: Mac OS version 4.6.0 (13614.1202)
    • The Zoom mobile application has to be version 5.0.0 or higher for Windows v4.6.0 (13610.1201)
  • in order to use it
    • on an Android device running version 5.0.0 or higher.
    • On an iOS device running version 5.0.0 or higher

This article will show you how to send a problem report using Zoom’s desktop client

Windows | macOS | Linux

  • Log in to the Zoom desktop client using your email address and password.
  • Then, on the right-hand side, click the Settings button.
  • Select Statistic on the left-hand side.
  • When the report has been sent, click On.
  • When the report has been sent, you will be able to select a product.
  • If you have a problem, you will need to choose it from the drop-down list on the right, and then you will need to specify when it occurred.
  • Enter the description of the problem under the heading Description.
  • Ensure that the checkbox next to Include log file and system information in the problem report is checked so that Zoom Support can send a copy of the log files generated by the client with the problem report to you.
  • Select the check box next to I have a ticket ID (if you have an existing support ticket) and enter the number of the ticket you have already opened.
  • Finally, click the Send button.

How to send a problem report from the Zoom mobile app

Android | iOS

  • Open the Zoom mobile app and sign in.
  • You will see the Settings icon.
  • Press the About button and then tap the Report Problem button.
  • The first thing you need to do is tap on the product you would like to submit a report for, then tap Next.
  • You will be prompted to provide the following information:
    • Please describe the issue: Select the issue you want to report. Upon selecting something, a text box appears to allow you to describe the problem in a step-by-step manner, if possible, so as to provide a detailed explanation of the problem.
    • If the problem occurred at a certain time or date, please specify it in the time and date field.
    • In order to be able to send log files generated by the client to Zoom Support, you need to enable this option.
    • Having a ticket number: If you already have a support ticket, please enter the number in the box below.
  • Tap the “Send” button.

Recover crash log for mobile app

The Zoom support team can provide assistance to you through manual access to historical crash logs to submit to them and help resolve the issue. In this method, the specific event logs can be retrieved and sent through a problem report if they exist within the device. These logs may also be sent through email if present within the device.

Android

Note : Due to changes in Android’s operating system, it may not be possible for devices running Android 11 to access this directory. In the event that your device is unable to access this directory, please use the problem report form to submit the logs.
  • A computer should be connected to your Android device.
  • Go to the following website:
    SD Card /android/data/extensions/api/zoom.videoconferences/log
  • Create a .zip or similar file type by compressing the folder.
  • If you want Zoom Technical Support to review the compressed logs, you should send it to them.

iOS

  • Go to the Settings app on your iOS device.
  • Select the Analytics and Improvements section under the Privacy section of the app.
  • Click on Analytics Data.
  • If your crash occurred at a time stamp that corresponds to zoom-xxx.IPS file, you will need to locate the file.
  • After you locate the file, you will need to export it.
  • Once the file is exported, you will need to submit it to Zoom Technical Support.

The troubleshooting versions of the logs can be retrieved in a number of ways

Note :  If you wish to follow these steps, we require that you open a support ticket with our support team. You will have been given a troubleshooting version of the Zoom app by them.

MacOS

  • The Support team will provide you with a link to download and install the installation package.
  • All you need to do is double-click the link to begin installing.
  • If you are prompted to update the Zoom desktop client, ignore the prompt.
  • Make a duplicate of the issue.
  • The Open Log Folder or Console.app will open up the Open Log Folder or Console.app will open up the Zoom.us folder.
  • Approximately 1 to 2 minutes into the process, the Zoom.us folder will open up. In other words, you can use yourname.zip as an example.
  • The log file can be sent to us in a zipped format or uploaded to Dropbox and the link sent to us.
  • In order to prevent further problems, you should uninstall this troubleshooting version of Zoom and reinstall it from the Downloads page after you have sent the logs.

Locate The Log Folder On A Macos Device

  • Open the Finder application.
  • Click on the Go button at the top of your screen.
  • The Library folder will be displayed when you hold down the Option/Alt keys.
  • Click on the Logs folder. 
  • Select the zoom.us folder by using the control or right click options.
  • Then select the Compress option.

  • This is what you must send to us on a support ticket.

Windows

  • From the Support team, you can download the installation package.
  • Start the installation by double-clicking.
  • Start the computer and ignore any update prompts.
  • Make a duplicate.
  • Using the computer’s file explorer, navigate to the log files located as follows:
    • Windows 7+: C:\Users\your account\AppData\Roaming\Zoom\logs
    • XP:
    •  C:\Documents and Settings\your account\Application Data\Zoom\logs
      Note :  Your computer may hide these folders. In order to find %appdata%, you will need to either search for it or temporarily display all hidden files and folders.
  • Using the ticket number as the name of the zip file, ZIP the latest log files and name it as follows: example ticket 4444.zip or yourname.zip
  • Alternatively, we can upload the zipped log to Dropbox/Google Drive and send the link to us or send us the zipped log via email.
  • If the logs have been sent, then you should uninstall the troubleshooting version of Zoom and reinstall it from the Downloads page.

Linux

  • The Support team has provided a link where you can download the installation package.
  • Once you have downloaded the package, you can install it as needed. Depending on your version, the installation will be done through the Software Center. To find out how to install Linux on different types of files, please refer to our Linux installation instructions.
  • Sign on to the new Linux client and try to replicate the problem by running the same test case.
  • You will need to navigate to the Log folder by entering the following commands in your terminal:
  • navigate to ~/.zoom
    
    
    
  • and compress the log file. Users running Ubuntu 14.04 will use the following command to tar their log files:command to tar their log files:
    $ tar -cvvf logs.tar logs.tgz
    
    
  • If you want to send us the files in the most convenient manner, it may be a good idea to move the newly compressed file. If you do the following, you will move the log folder from the Documents directory to the Logs folder.
    Move logs.tar to /home/[Your Name]/Documents
  • If you have zipped logs, or if you have uploaded logs to Dropbox and sent us the link, please send them to us.
  • I would recommend you to remove the troubleshooting version of Zoom and reinstall it from the Downloads page as soon as possible after sending the logs.

Desktop client advanced troubleshooting

When a problem report is submitted, logs are inherently not written to disk; instead, they are stored in a temporary memory bank, and they are periodically overwritten with new data. In the event that a report is submitted before the events have been modified, this can lead to them being overwritten.

If you enable the memory log collection within a client, that client will write persistent data files to the machine’s hard drive, thus eliminating the need to worry about overwriting data or core events. The logs produced with memory logs enabled are very similar to those generated with the problems report option turned on. Nevertheless, it is recommended that the logging be disabled once Zoom Support has reviewed the log files to save disk space and to keep a machine operating efficiently.

This process produces Zoom memory logs, which are not encrypted in the file level as they are not transmitted over the network. To perform troubleshooting on Zoom clients‘ log files, it is highly recommended that the logs be transported securely over secure transport methods for data security.

Note : 

In order to maintain machine performance after recording, Zoom recommends that you always confirm log files have been disabled and transmit compressed log files using secure connections.

Enable desktop client memory log

Windows

  • Exit the Zoom desktop client by clicking the X icon.
  • Navigate to:
    %appdata%\Zoom\data.
  • In a text editor, such as Notepad, right-click the Zoom.us.ini file and make the desired changes.
  • There is a new section under the ZoomChat section which should be added to:
    enable.memlog.file=true
  • The file should be saved.
  • The Zoom desktop client should now be launched with logs enabled.
  • Is this what you are experiencing?
  • Click on the “Exit” button.
  • Go back to the following page:
    zoom.com/logs/ %AppData%/Zoom
  • It is highly recommended that you compress this folder into a .zip file or a similar format.
  • The configuration that was added in Step 4 must be removed.
  • The Zoom Support team should be contacted for a review of the log files.

Having completed the capturing of the logs and submitting them, zoom.us.ini should be edited again to disable logging.

  • Zoom’s desktop client must be closed before you can exit.
  • Navigate to:
    %appdata%\Zoom\data.
  • In a text editor, such as Notepad, right click the Zoom.us.ini file and make the necessary changes.
  • The line that had previously been added to the [ZoomChat] section should now be changed to read:
    enable.memlog.file=false

    Note : Instead of simply disabling logging, it is possible to remove this line from the code altogether. 
  • The file will be saved.
  • The Zoom desktop client will be launched without logging enabled.


MacOS

  • Zoom should be closed when you are done using it
  • in the Terminal.
  • If you would like the logs to be enabled, go ahead and enter the following command:
    plutil -replace "enable\\.memlog\\.file" -string "true"  ~/Library/Preferences/ZoomChat.plist

    Note :  There may be an unintentional line break introduced when copying commands from this document. Make sure that you execute the commands exactly as written.
  • After executing the following command, make sure the configuration has been updated:
    In this case, use the following command: "plutiIt is important to confirm that the line 'enable.memlog.file' => 'true' appears in the response list. => "true" is present in the response list
    .
  • If you go to the Activity Monitor, you can search for “cfprefsd”.
  • If you see it, click Quit and then click Force Quit in order to force the process to stop.
  • Once the logging has been enabled, re-launch Zoom to begin recording.
  • The issue should be reproducible.
  • You should close the Zoom application.
  • Click on the following link:
    Click here: */Library/Logs/Zoom.us
  • Once you have the folder, you can compress it into .zip format.
  •  Zoom Support should be able to review the logs.

It is recommended that you disable logging once you have captured and submitted logs.

  • Open the Terminal or switch back to it if you have already done so.
  • Now we have to remove the configuration. We need to enter the following command and execute it.
    plutil -remove "enable\\.memlog\\.file" ~/Library/Preferences/ZoomChat.plist
  • Run the following command to confirm that the logging configuration has been removed:
    plutil -p ~/Library/Preferences/ZoomChat.plist
  • In the response list, make sure that the line “enable.memlog.file” => “false” appears.
  • In Activity Monitor, look for cfprefsd and disable it if it exists.
  • Choose the process name, click Quit and then click Force Quit.

Linux

  • Please close the Zoom desktop client.
  • You can find it here:
    ~/.config/
  • Alternatively, you can open zoomus.conf in your chPlease add a new line at the end of [General] section with the following words:e with the following:
  • enable.memlog.file=true
    
    
    
  • Please save the configuration file.
  • After that, please launch Zoom again.
  • If you are still experiencing problems, please let me know.
  • If you are still experiencing problems, please let me know.
  • Navigate to:
    ~/.zoom/logs/
  • after which you need to create a .zip file or a file of a similar format in order to compress it.
  • You can submit the logs to Zoom Support for review.

If you wish to disable logging, please edit the zoomus.conf file again after you have captured and submitted the logs.

  • Close the Zoom desktop client by clicking the close button.
  • Navigate to:
    ~/.config/
  • Zoomus.conf must be opened in a text editor of your choice.
  • Make the following changes to the previously added line under the [General] section:
    enable.memlog.file=false
    Note : The line can be removed entirely rather than just disabling the logging feature.
  • Click save.
  • Now relaunch Zoom Desktop and the logging feature will no longer be enabled.

Read it also –

Exporting Logs And Config Files Poly In Zoom App
Exporting Logs And Config Files Yealink In Zoom App
How To Access Saml Response Logs In Zoom
Subscribing To Emails For Logs And Reports In Zoom App
How To Use Operation Logs In Zoom App
Troubleshooting Logs For Zoom Rooms
How To Find Install Logs For Macos In Zoom
How To Retrieve Diagnostic Logs For On Premise Issues In Zoom

Frequently Asked Questions

Navigate to the log files, which are located at the following location:
  1. Win7+: C:\Users\your account\AppData\Roaming\Zoom\logs.
  2. XP: C:\Documents and Settings\your account\Application Data\Zoom\logs. Note: These folders may be hidden on your computer.

 

 

To generate a report after a meeting:
  1. Admins with the privilege of editing account settings can access the Zoom web portal.
  2. Select Account Management then Reports from the navigation menu.
  3. Select Usage Reports from the tab menu.
  4. Click on Meeting. …
  5. In the Report Type field, choose the type of report you want to generate:

 

 

Create a Zoom Participant Report
  1. Using the left menu, select “Reports.”.
  2. Choose “Usage”
  3. Find the meeting using the search function.
  4. In the “Participants” column, select the blue number.
  5. CSV files can be created by clicking the “Export” button.

 

 

As either a host, a co-host, or an alternative host, you can start a meeting using the Zoom desktop client by signing in. You can view the full list of participants by clicking the Participants link under the host control panel.
Once the meeting has ended, you can find that information in a meeting report. Zoom Account Management > Reports contains the attendee list for all meetings. Using the Usage Reports option, look for the meeting that you are interested in finding, click Meeting, and then select the report type and the date range you want to analyze, and then generate the report.
How to access reports for your account
  • Zoom’s web portal can be accessed by signing in.
  • Depending on your role, you can access Usage Reports through Account Management or Reports on the navigation menu. …
  • If you would like to pull a particular report, click the type.

 

 

There is a possibility that the option may be disabled at either the account level or at the group level if it is grayed out. Your Zoom administrator will be able to help you with this.
Logs can be viewed and exported in the following manner. All phone logs associated with your account can be viewed by you at any time. Zoom’s web portal can be accessed by logging in to your account. Click Phone System Management from the navigation menu, and then click Logs from the drop-down menu.

Related articles

Zoom Desktop Client Mobile App Web Client And Pwa Comparison
Inbound Call Notifications Client And App
Using Call Delegation Client Or App In Zoom App
Changing Phone Settings Client Or App In Zoom App
Client Based Calendar Integration To Synchronize Zoom Meetings And Webinars
Viewing Analytics In The Desktop Client In Zoom App
Client Based Calendar Integration On Zoom
Sign Out Of The Zoom Client To Switch Accounts
Assigning Client Codes To Phone Calls In Zoom App
How To Download The Zoom Desktop Client And Mobile App
How To Use Channels How To Use Group Messaging In Zoom Client App
How To Pair A Zoom Room With The Desktop Client 2
How To Hold A Zoom Video Meeting Client App
How To Change Settings In The Pwa Client In Zoom App
Contact Information Introduction In Zoom Client Or App
If A Problem Occurs After Installing The Latest Version Zoom Client Application