Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9788 - logf dump filename includes datetime.

Attached to Project: Rockbox
Opened by Yoshihisa Uchida (Uchida) - Monday, 12 January 2009, 08:49 GMT+2
Task Type Patches
Category Build environment
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

This patch file adds the date and time to the logf dump file name.

eg.
logf_20080112164721.txt
   logf_date.patch (0.8 KiB)
 b/apps/logfdisp.c |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

This task depends upon

Comment by Maurus Cuelenaere (mcuelenaere) - Tuesday, 20 January 2009, 12:10 GMT+2
You forgot about the non-RTC targets.
You can probably just use #ifdef's to use the old filename on them.
Comment by Yoshihisa Uchida (Uchida) - Friday, 23 January 2009, 11:00 GMT+2
comment thanks.

I correct my patch file.
   logf_date_2.patch (0.9 KiB)
 b/apps/logfdisp.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Loading...