Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Operating System/Drivers
  • Assigned To No-one
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Daily build (which?)
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by Uchida - 2008-12-31
Last edited by mcuelenaere - 2008-12-31

FS#9733 - logf output long message

When the length of log data exceeds 30 bytes, logf() is output only the first 30 bytes.

log message everything is output by applying this patch file.

Log message is displayed, dividing into every 29 bytes.
When log message is divided, line lastly, “> " outputs.

But, when the log is output to the file making use of logfdump(), the log message which is divided is output, collecting to 1 lines.

eg.
logf(”very long log message foo bar baz hoge fuga”);
logf(”short log message”);

log displayed as follows:

very long log message foo bar>
baz hoge fuga
short log message

log dump file as follows:

short log message
very long log message foo bar baz hoge fuga

Closed by  mcuelenaere
2008-12-31 17:01
Reason for closing:  Accepted
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Thanks! (in r19625)

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing