Body
If requested by ITS, please follow these steps to collect crash logs for diagnostic analysis.
Collecting logs on macOS
- Exit/Quit the Zoom desktop application (if the Zoom icon is in your Dock with a black dot under it, right click on the icon and select Quit)
- Lauch the Terminal application
- Either use the Spotlight search to search for Terminal, or else open your Applications folder > Utilities > Terminal
- In Terminal, copy and paste the following text and then hit Enter
plutil -replace “enable\\.memlog\\.file“ -string “true” ~/Library/Preferences/ZoomChat.plist
- Next, copy and paste the following text and then hit Enter
plutil -p ~/Library/Preferences/ZoomChat.plist
- You'll see a lot of text come back, but the one line we're looking for is
“enable.memlog.file” => “true”
- Next, copy and past the following text and then hit Enter
killall cfprefsd
- Open the Zoom application on your computer (we don't expect the problem to be fixed at this point, but now your computer will capture logs for analysis)
- Quit Zoom
- Back in Terminal, copy and paste the following text and then hit Enter
plutil -remove “enable\\.memlog\\.file“ ~/Library/Preferences/ZoomChat.plist
- Find the log files by choosing one of the following two options:
- Click on your desktop to reveal the Finder menu in your taskbar area. Then hold down the Option key while clicking on the Go menu. Select Library > Logs
- Click on your desktop to reveal the Finder menu in your taskbar area. Select Go to folder... and type in
~/Library/Logs/
- Find the folder for Zoom.us and right-click on it
- Select Compress "zoom.us"
- This will result in a file called zoom.us.zip which you can send to ITS when requested
Here is a short video of the process