[android-developers] Re: App Died Signal 11

2010-01-21 Thread fadden
On Jan 18, 9:19 am, "guiha...@gmail.com" wrote: > Works fine, but it will be better if Google make the Stack tool > public. Take a look at build/tools/adbs: http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=tools/adbs;hb=HEAD It's a wrapper for "adb" that watches the logcat

[android-developers] Re: App Died Signal 11

2010-01-18 Thread guiha...@gmail.com
Here are the results: $ addr2line -f -e libskia.so 0x4a6c4 _ZN8SkBitmapaSERKS_ ??:0 0x4a788 _ZN8SkBitmapC1ERKS_ ??:0 0x6856c _ZN8SkDeviceC1ERK8SkBitmap ??:0 0x63cec _ZN8SkCanvas15setBitmapDeviceERK8SkBitmap ??:0 Seems to be related to bitmap... good luck guich -- You received this message

[android-developers] Re: App Died Signal 11

2010-01-18 Thread guiha...@gmail.com
Yes, you can send me it privately the file. How will you fetch the libskia from Droid? regards guich -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscri

[android-developers] Re: App Died Signal 11

2010-01-18 Thread Iroid
Okay Great, I can fetch the libskia from Droid and share with you. would it work? Thanks alot for your help. On Jan 18, 2:24 pm, "guiha...@gmail.com" wrote: > Ah... indeed. now i understand the problem. You're a Java developer... > > I think that someone could tell us how to get access to the >

[android-developers] Re: App Died Signal 11

2010-01-18 Thread guiha...@gmail.com
Ah... indeed. now i understand the problem. You're a Java developer... I think that someone could tell us how to get access to the libskia.so? If they can tell, i can get you the line numbers. Although i'm not confident that this will help. regards guich -- You received this message because

[android-developers] Re: App Died Signal 11

2010-01-18 Thread Iroid
Thanks for quick reply. It is helpful, but I do not have the build enviornment. I am working with SDK only. Could you please help me with SDK how can we figure out? Thanks once again On Jan 18, 12:19 pm, "guiha...@gmail.com" wrote: > I just got this problem and found the answer. > > See this:htt

[android-developers] Re: App Died Signal 11

2010-01-18 Thread guiha...@gmail.com
I just got this problem and found the answer. See this: http://osdir.com/ml/AndroidDevelopers/2009-04/msg03665.html and follow the steps commented with > Works fine, but it will be better if Google make the Stack tool public. regards guich -- You received this message because you are subsc