mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2402aecbb5
commit
426bfa8d03
13 changed files with 400 additions and 94 deletions
|
|
@ -51,6 +51,7 @@ public slots:
|
|||
virtual void setRunning();
|
||||
virtual void setFinished();
|
||||
|
||||
void saveErrorLog();
|
||||
private:
|
||||
Ui::ProgressLoggerFrm dp;
|
||||
QDialog *downloadProgress;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue