Morten Slott Hansen

Results 17 comments of Morten Slott Hansen

Sorry this is all I have. Its a crash picked up from Fabric and we have a few issues getting it to correctly de-obfuscated the stack trace from time to...

Crash without proguard - hope that will help as this is by far the issue causing most crashes to our Vivino app. It seems to happen when I'm offline and...

http://crashes.to/s/ad77072ff73 - This is all I have right now. I'll check the code if we are having two instances of the job manager...

Just checked and indeed someone added ` jobManager = new JobManager(builder.build()); ` in another place. Thanks for chipping in - much appreciated. Merry x-mas !

I had the same issue and ended up creating a FlexibleListBindAdapter like this `public class FlexibleListBindAdapter extends DataBindAdapter {` and then implement the missing method ``` public void removeBinder(DataBinder binder)...

@tmtrademarked did you manage to get something working in terms of scrubbing the tapes ? I'm in the exact same boat that you were in - and it would be...

Trying now to get a basic example working with Espresso... And here you state the following .tapeRoot(new AndroidTapeRoot(getContext(), getClass())) And where exactly is the context suppose to come from ?...

Right - so finally figured out where the context was coming from InstrumentationRegistry.getContext so now everything _should_ work - but it doesn't. The OkReplayInterceptor isn't _running_. I can see that...

> I put this at the bottom of my app build.gradle.kts file and everything started working again. 💯 > > ``` > configurations.all { > resolutionStrategy { > force("androidx.activity:activity-compose:1.5.0") >...

Still happening on 5.0.10... The following classes needed for analysis were missing: java.rmi.Remote java.util.Arrays$ArrayList SpotBugs ended with exit code 3