May be there's a bit of more logs in your logcat. Or the stack trace? Or is it just what you got?
Thanks and Regards, Kumar Bibek On Jun 8, 11:02 pm, Greg Donald <[email protected]> wrote: > How do I fix a bug that doesn't point to any of my code? > > I got the stack trace below from the Marketplace crash reports, but I > have no clue how to fix it since it points to none of my own code. > > java.lang.NullPointerException: > at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:487) > at android.view.View.measure(View.java:7964) > at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3023) > at android.widget.FrameLayout.onMeasure(FrameLayout.java:245) > at android.view.View.measure(View.java:7964) > at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3023) > at android.widget.FrameLayout.onMeasure(FrameLayout.java:245) > at android.view.View.measure(View.java:7964) > at android.view.ViewRoot.performTraversals(ViewRoot.java:763) > at android.view.ViewRoot.handleMessage(ViewRoot.java:1633) > at android.os.Handler.dispatchMessage(Handler.java:99) > at android.os.Looper.loop(Looper.java:123) > at android.app.ActivityThread.main(ActivityThread.java:4363) > at java.lang.reflect.Method.invokeNative(Method.java:-2) > at java.lang.reflect.Method.invoke(Method.java:521) > at > com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860) > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618) > at dalvik.system.NativeStart.main(NativeStart.java:-2) > > I'm not seeing any issues on any emulators or devices. > > Thanks, > > -- > Greg Donald > destiney.com | gregdonald.com -- 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

