Re: [android-kernel] missing Kernel prints

2013-07-19 Thread Anirudh Gargi
Adding to that sometimes during boottime if the cpu activity is high sometimes some logs are jumbled or missed...Its often better to ( i always) do a # cat /proc/kmsg to see total logs when on adb shell,specially when dmesg is unsatisfactory. Also in serial logs make sure ur serial bus is at 1

Re: [android-kernel] missing Kernel prints

2013-07-10 Thread Emeric VIGIER
Hi Ryan, Have a look at "loglevel [0-8]" in /init.rc and /init..rc Also check the behavior of: # dmesg -n1 (do some stuff that triggers printks) # dmesg -n8 (do some stuff that triggers printks) $ man /proc (search for printk) And read https://groups.google.com/forum/#!topic/android-porting/tXQ6

[android-kernel] missing Kernel prints

2013-07-10 Thread ryanphilips19
Hi, I have a few questions of the prints that we see using printks. 1) When i connect to the "Serial Port" of the board and observe the prints - Some of them are missing. I see the "dollar sign against the shell prompt" 2) When i connect to the board using Adb - I see some of them and also, The