On Fri, May 4, 2012 at 3:43 AM, venkat k raju <[email protected]> wrote: > > Dear all, > > what is use of no_console_suspend in android bootarg > > thanks&Regards > k.v.raju > > --
That instructs the Kernel not to disable the console when it suspends so you can debug any issues that come up then. If your suspend is working properly, you can remove that bootarg.. -- Ashwin -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
