Comment 45 for bug 98955

Revision history for this message
Sergei Ivanov (svivanov) wrote : Re: [Bug 98955] Re: logd not running

> i installed Sergei's version and it works but it only captures 3 seconds
> of my boot messages, how can i fix this?

Is there a lot of text to capture? If so, it might overflow the internal 32K buffer.
It is defined on line 52 in bootlogd.c. Try to increase it.

Also, there is a stop-bootlogd script which stops bootlogd near the end of boot
sequence. Check when this script is run.