Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Probe Measures when layout contains FitWindowsLinearLayout #35

Closed
artemdanylenko opened this issue Oct 29, 2015 · 3 comments
Closed

Comments

@artemdanylenko
Copy link

10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: java.lang.ClassCastException: android.support.v7.internal.widget.FitWindowsLinearLayout cannot be cast to view_inspector.probe.ViewProxy
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at view_inspector.probe.Interceptor.invokeForceLayout(Interceptor.java:139)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at view_inspector.probe.ViewInspectorInterceptor.forceLayoutRecursive(ViewInspectorInterceptor.java:242)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at view_inspector.probe.ViewInspectorInterceptor.forceLayoutRecursive(ViewInspectorInterceptor.java:249)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at view_inspector.probe.ViewInspectorInterceptor.requestLayout(ViewInspectorInterceptor.java:226)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at com.skype.android.app.view_inspector.ProbeProxy$android_widget_FrameLayout.requestLayout(ProbeProxy$android_widget_FrameLayout.java:64)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at android.view.View.requestLayout(View.java:18530)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at android.view.View.requestLayout(View.java:18530)
10-28 22:02:32.659 11057-11057/com.skype.android.app E/AndroidRuntime: at android.view.View.requestLayout(View.java:18530)

@xfumihiro
Copy link
Owner

@asdanilenk I tried put a FitWindowsLinearLayout inside sample app's layout and it didn't crash. Can you share more details?

@artemdanylenko
Copy link
Author

I will try to get full trace a bit later

@xfumihiro
Copy link
Owner

I'm able to reproduce the issue with the Stock Navigation Drawer Activity template.
Will close this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants