This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12264 - Make logf() output via serial optional (advanced configure option)
Attached to Project:
Rockbox
Opened by Ralf Ertzinger (Lalufu) - Thursday, 08 September 2011, 13:22 GMT+2
Opened by Ralf Ertzinger (Lalufu) - Thursday, 08 September 2011, 13:22 GMT+2
|
DetailsBy default logf() will output to the serial port if that is enabled (HAVE_SERIAL). This is kind of distracting if logf() is used to debug serial communication itself.
The attached patch does the following: - make logf() only output to serial if LOGF_SERIAL is defined (defaults to undef) - adds an advanced configure option to enable LOGF_SERIAL The patch is against r30429. |
This task depends upon