Re: [android-kernel] Improve the Booting time in Android

2010-04-29 Thread ksk droid
Hi, A small query, How can we reduce bootup time for filesystem. There are lot of proceses comes up like dalvik machine comes up and then lot of other process(apk and system services) How to decide when display should come and what are other applications that can be booted up later after

Re: [android-kernel] system reboot - How to get the crash dump.

2010-04-29 Thread karthik poduval
Hey, Try ADB Shell over serial port sometimes this lets you know if the kernel has panicked. If kernel has panicked, you should find a panic sump in /data(i think). You can go through this dump and see what is causing the freeze. Regards, Karthik Poduval On Thu, Apr 29, 2010 at 6:04 AM, guru w

[android-kernel] system reboot - How to get the crash dump.

2010-04-29 Thread guru
HI All, My system some times reboots if I repeatedly use Wifi application. How to get crash dump? What procedure/technique Android developers use in order to get the crash dump. if i use adb shell, the shell doesnot responds when it hangs and starts rebooting. Any other method to debug this type