Disable ratelimiting of /dev/kmsg logs.
This is the only place that init logs to on early startup. Having the full logs improves debugging by a lot. The default rate limit to /dev/kmsg appears to be 5 messages per second on average with a burst of 10. Bug: 129989984 Change-Id: Iae7dcf022524131700d64bcc46aaba8902a0422b Merged-In: Iae7dcf022524131700d64bcc46aaba8902a0422b Test: Build and run locally, observe ~/cuttlefish_runtime/kernel.log
Loading