This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9253 - logf file output patch.
Attached to Project:
Rockbox
Opened by Yoshihisa Uchida (Uchida) - Friday, 08 August 2008, 15:28 GMT+2
Opened by Yoshihisa Uchida (Uchida) - Friday, 08 August 2008, 15:28 GMT+2
|
DetailsIt is a patch that can automatically output the result of logf to the
file. The setting of default doesn't output the result of the logf to the file. Please set and do the following when it is effective. System > Debug > logf auto file output: select "Yes" |
This task depends upon
then it not be output to the file or only a part of the log be output
when the load of Rockbox is high (playing music or movie).
The patch file to output the log to the file without using asyncfile.c was prepared,
and confirm the output of the log is different, please.
fs_logf_no_asyncfile.patch
It is a patch file to output the log to the file without using asyncfile.c.
rev_logf.txt
It is a file that upsets the top and bottom of the line to the execution result of logfdump(logf.txt).
logf.log
It is a log file that Rockbox that applied fs_logf_no_asyncfile.patch.
When it compare rev_logf.txt with logf.log,
The 635-660th line and the 681-683th line of rev_logf.txt is
different from logf.log.
For example, when the log is output when a music has been played, the slowness of processing can be experienced.
Because processing is not slowed down when the log is output, the asyncfile.c is needed.
My patch file cannot be applyed in the Rockbox of the latest version.
If the new patch file is necessary, please wait for the patch file that can be appropriated to the latest version.
Please report on the operation when this patch is used.
It updates. I think that the Rockbox firmware build success.
I confirmed the build was able to be done to iPod video, iriver H120 and Sansa e200.