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:
Dominik Wenger 2009-08-15 17:02:25 +00:00
parent 2402aecbb5
commit 426bfa8d03
13 changed files with 400 additions and 94 deletions

View file

@ -51,6 +51,7 @@ public slots:
virtual void setRunning();
virtual void setFinished();
void saveErrorLog();
private:
Ui::ProgressLoggerFrm dp;
QDialog *downloadProgress;