-
Notifications
You must be signed in to change notification settings - Fork 765
Replies: 1 comment · 4 replies
-
@jeromelaban Any insight here? |
Beta Was this translation helpful? Give feedback.
All reactions
-
This is not something we've seen. A repro would help, and if possible a larger stack that you be able to get when running without the debugger. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I got it from Logcat:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Another longer crash log:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
This looks like everything is in the native stack. If will be important to have a repro so we can take a look. |
Beta Was this translation helpful? Give feedback.
-
When I call Frame.ForwardStack.Clear(), sometimes the Android app crashes with this exception:
Java.Lang.NullPointerException
Message=Attempt to read from field 'int android.view.View.mViewFlags' on a null object reference in method 'void android.view.ViewGroup.dispatchDraw(android.graphics.Canvas)'
This occurs after unloaded is called on those front stack pages. Anyone know what is going on? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions