Do you have the native crash dump with stack trace back?  The is a utility 
in the NDK to find the source line from the stack dump, one of the 
"addr2line" programs depending on your ABI.

On Wednesday, September 5, 2012 2:18:34 PM UTC+1, cpares wrote:
>
> Anyway, in case it's in any way relevant, here is its code. It's pretty 
> much what one would expect:
>
> public class Size {
>
>     public double width, height;
>
>     public Size(double width, double height) {
>         this.width = width;
>         this.height = height;
>     }
>     // and another unrelated methods
> } 
>
> On Wednesday, September 5, 2012 2:41:45 PM UTC+2, RichardC wrote:
>>
>> What does the constructor for Size do?
>>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to