Getting a bunch of these errors logged on one of our apps... Not sure
exactly whats causing it (doesn't show our app anywhere in the stacktrace)
java.lang.IllegalArgumentException: parameter must be a descendant of this
view
at
android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:2454)
at
android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:2391)
at android.view.ViewRoot.scrollToRectOrFocus(ViewRoot.java:1301)
at android.view.ViewRoot.draw(ViewRoot.java:1107)
at android.view.ViewRoot.performTraversals(ViewRoot.java:1030)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1482)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3948)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
at dalvik.system.NativeStart.main(Native Method)
Anyone know where to start looking?
- Dan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---