When troubleshooting it is sometimes helpful to have log files to examine.
Windows:
To generate the log files for Windows, go through the process below:
- Search Event Viewer In the Windows search bar
- Click Event Viewer App in the search results pane
- Expand "Windows Logs" In the Event Viewer
- Right + click Application and click Save All Events As.
- In the Save As dialog box, make sure that the file type is set to Event Files (*.evt).
- Name the log file "Application" and click Save.
NOTE: Repeat the steps above to generate System and Security logs
Mac:
To generate the log files for a Mac, go through the process below:
- Launch the TestFit application so it produces the error.
-
Open Finder, push Shift, ⌘, and H together to go to your home directory
-
Right-click (or click with two fingers on touchpad), and click "Show View Options"
-
Make sure "Show Library Folder" is checked
-
Now you can see the "Library" folder in the Finder window. Open "Library", then "Logs", then "com.buildingforge.testfit"
- Capture a screenshot of your "About this mac" window so we can see the version you are running.
- If you're comfortable with Terminal, you can get the logs by opening it up and copy-pasting this:
tar -czf ~/Desktop/send_to_testfit.tar.gz ~/Library/Logs/com.buildingforge.testfit/
This will put all the logs into a file on your desktop called "send_to_testfit". - Email the log and screenshot of your Mac version to support@testfit.io.