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

Throws Fatal Exception randomly - not able to figure out the issue #149

Open
rohithThammaiah opened this issue Jan 19, 2021 · 0 comments
Open

Comments

@rohithThammaiah
Copy link

rohithThammaiah commented Jan 19, 2021

This happens randomly when the fragment is created with the following stacktrace:

Fatal Exception: kotlin.e
       at com.airbnb.paris.StyleApplierUtils$DebugListener.getOrDefault(StyleApplierUtils.java:19)
       at com.airbnb.paris.StyleApplierUtils$DebugListener.processAttributes(StyleApplierUtils.java:32)
       at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:61)
       at android.view.ViewGroupStyleApplier.applyParent(ViewGroupStyleApplier.java:24)
       at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:50)
       at com.techmash.playo.modules.learn.overview.ui.LearnResourceItemStyleApplier.applyParent(LearnResourceItemStyleApplier.java:20)
       at com.airbnb.paris.StyleApplier.apply(StyleApplier.java:50)
       at com.airbnb.paris.StyleApplierUtils$Companion.getAttrNames$paris_release(StyleApplierUtils.java:72)
       at com.techmash.playo.modules.learn.overview.ui.LearnResourceItemModel_$1.run(LearnResourceItemModel_.java:135)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
       at java.lang.Thread.run(Thread.java:919)

I am dynamically changing some styles in the controller.

@rohithThammaiah rohithThammaiah changed the title App crashes randomly Throws Fatal Exception randomly - not able to figure out the issue Jan 20, 2021
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

1 participant