[android-porting] Alternate Debugging Methods?

2011-09-12 Thread lakehousetech
I'm currently working on porting gingerbread to a tablet (ARM MSM7k), and the only way I know how to debug the boot process before adb starts is by looking at the last_kmsg. Is there another way to determine why servicemanager is being killed 4 times in 4 minutes? Even with loglevel set to 8, t

Re: [android-porting] Alternate Debugging Methods?

2011-09-12 Thread Tim Bird
On 09/11/2011 07:57 PM, lakehousetech wrote: > I'm currently working on porting gingerbread to a tablet (ARM MSM7k), > and the only way I know how to debug the boot process before adb starts > is by looking at the last_kmsg. Is there another way to determine why > servicemanager is being killed 4 t

Re: [android-porting] Alternate Debugging Methods?

2011-09-14 Thread lakehousetech
I tried both suggestions (with the exception of recompiling the kernel) to no avail. I'm going to try to increase the buffer size and recompile the kernel, and press on. Here's a snippet from my last_kmsg where the failure occurs (perhaps someone can shed some light?): 7.296834] init: command '

Re: [android-porting] Alternate Debugging Methods?

2012-11-28 Thread Martin Fuzzey
On Wednesday, 14 September 2011 05:03:53 UTC+2, lakehousetech wrote: > > I tried both suggestions (with the exception of recompiling the kernel) to > no avail. I'm going to try to increase the buffer size and recompile the > kernel, and press on. Here's a snippet from my last_kmsg where the fai