forked from len0rd/rockbox
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
|
|
@ -41,7 +41,7 @@ class RbUtilQt : public QMainWindow
|
|||
|
||||
private:
|
||||
Ui::RbUtilQtFrm ui;
|
||||
|
||||
|
||||
void initDeviceNames(void);
|
||||
QString deviceName(QString);
|
||||
QString platform;
|
||||
|
|
@ -67,6 +67,7 @@ class RbUtilQt : public QMainWindow
|
|||
void about(void);
|
||||
void help(void);
|
||||
void sysinfo(void);
|
||||
void trace(void);
|
||||
void configDialog(void);
|
||||
void updateDevice(void);
|
||||
void updateSettings(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue