Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork155
How to use crash report functionality
per1234 edited this pageNov 23, 2023 ·3 revisions
In version1.2.0-rc2 crash-report functionality has been added. It allows users to report issues in a better way, helping us developers to solve sneaky bugs 🐛
By default, the crash-report generation is turned off. To turn on the functionality, you have to enablecrashreport = true
entry inconfig.ini
. You can searchhere for info regarding the location of the file.
Crash-reports are placed in a folder calledlogs
:
- In Linux and macOS they should be placed in
$HOME/.arduino-create/logs
- In windows they should be placed in
C:\users\<username>\.arduino-create\logs
If you have files insidelogs
directory you should be able to click an entry in the tray icon's menu calledRemove crash reportsThis will delete all thelogs
folder.
If there are no crash-reports to clean the option is disabled