Jakub Lange
Jakub Lange
Encountered this issue on Android.
Hi, have you found a solution? It's the same way on Android too...
I probably have the same problem (all nugets are up to date): ``` java.lang.IllegalStateException: at androidx.fragment.app.Fragment$4.onFindViewById (Fragment.java:2888) at androidx.fragment.app.FragmentStateManager.createView (FragmentStateManager.java:501) at androidx.fragment.app.FragmentStateManager.moveToExpectedState (FragmentStateManager.java:282) at androidx.fragment.app.FragmentStore.moveToExpectedState (FragmentStore.java:112) at androidx.fragment.app.FragmentManager.moveToState (FragmentManager.java:1636) at...
@jamesmontemagno Even after manually installing the mentioned package, the app keeps crashing on Android 11. What can I do?
I've installed the latest version, 1.3.2. Should I roll back to v1.2.5.4? I don't even know what action in the app precedes the crashes, as I'm unable to reproduce them...
@ikeremozcan I bumped into the exact same issue. Did you manage to solve it somehow?
I decided to downgrade the nuget to 7.1.1. However, this is a temporary solution as iOS 14.5 is going to be out soon. If anyone knows how to fix that...
This feature was added in #2294. Starting with patrol `3.11.0` and patrol_cli `3.2.0`, you can use the `--coverage` flag to enable coverage collection.
Hi @lexxxel I'm not convinced that we should use the `coverage/lcov.info` path for patrol's coverage by default, but I will add a flag to allow setting custom path. As for...
I thought that I have a use case, but maybe I was wrong. If coverage is collected after an isolate exits (but there are other isolates running), does the report...