flipperdevices / qFlipper

qFlipper — desktop application for updating Flipper Zero firmware via PC
https://update.flipperzero.one
GNU General Public License v3.0
1.14k stars 152 forks source link

Write local timestamp for each event #61

Closed scottAnselmo closed 2 years ago

scottAnselmo commented 2 years ago

Problem: Currently when doing things like firmware upgrades it is unclear when the last event happened. Neither the firmware update process for qFlipper nor the full log have a timestamp.

Solution: Write the local timestamp at the start of each new line/event

gsurkov commented 2 years ago

Should be relatively easy to implement, but what precision should it have?

gsurkov commented 2 years ago

Added timestamps in milliseconds from application start in console output and log files (but not in the application window). Available in 1.0.2.

scottAnselmo commented 2 years ago

Thanks for the quick turnaround, much appreciated!