This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10366 - Optional debug output for sound.c
Attached to Project:
Rockbox
Opened by Jeffrey Goode (Blue_Dude) - Monday, 22 June 2009, 02:38 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 22 June 2009, 20:51 GMT+2
Opened by Jeffrey Goode (Blue_Dude) - Monday, 22 June 2009, 02:38 GMT+2
Last edited by Thomas Martitz (kugel.) - Monday, 22 June 2009, 20:51 GMT+2
|
DetailsReplaces debug output with optional log output. Output is enabled by uncommenting a define statement. Disabled by default.
|
This task depends upon
Closed by Thomas Martitz (kugel.)
Monday, 22 June 2009, 20:51 GMT+2
Reason for closing: Rejected
Additional comments about closing: Committed the last patch targetting a cleanup in r21467.
We agreed on not needing (=rejecting) the initial patch though.
Monday, 22 June 2009, 20:51 GMT+2
Reason for closing: Rejected
Additional comments about closing: Committed the last patch targetting a cleanup in r21467.
We agreed on not needing (=rejecting) the initial patch though.
By default, logf _is_ turned off when building for a real target. You need to explicitly enable it (in the Advanced options in configure, or by #defining ROCKBOX_HAS_LOGF in autoconf.h).
It doesn't seem optimal that these patches (including the two that have been committed already) add yet another debugging macro (LOGFQUEUE).
I'll modify the patches and post them here.