Problem
When using the "Record Troubleshoot Data", the file is always saved as Troubleshooting.zip. Subsequent troubleshooting sessions overwrite the initial file. It's fairly easy to accidentally double tap the toggle and turn the session once again, losing the files in the process.
Solution
Append the current date to the filename upon saving (in -YYYY-MM-DD-HH-mm-ss format) to the filename, so it's always unique and doesn't overwrite the previous file.
cc @JKobrynski
Issue Owner
Current Issue Owner: @JKobrynski
Problem
When using the "Record Troubleshoot Data", the file is always saved as
Troubleshooting.zip. Subsequent troubleshooting sessions overwrite the initial file. It's fairly easy to accidentally double tap the toggle and turn the session once again, losing the files in the process.Solution
Append the current date to the filename upon saving (in -YYYY-MM-DD-HH-mm-ss format) to the filename, so it's always unique and doesn't overwrite the previous file.
cc @JKobrynski
Issue Owner
Current Issue Owner: @JKobrynski