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

Develop #138

Closed
kaaholst opened this issue Jan 31, 2021 · 2 comments
Closed

Develop #138

kaaholst opened this issue Jan 31, 2021 · 2 comments

Comments

@kaaholst
Copy link
Owner

Implement "Play from here"

Original issue reported on github.com/nikclayton/android-squeezer by kaaholst on 2015-08-02T09:08:07Z

@kaaholst
Copy link
Owner Author

I think it should fix it.

EventBus issue 149 references a commit, which implement the recommended workaround by yuzeh, who's fork we previously referenced in Squeezer.

I haven't been able to trigger the problem though, so I don't know if 2.4.1 actually fixes it.

I don't understand the supplied stacktrace though. When I open SubscriberMethodFinder.java from eventbus-2.4.1-sources.jar, line 76 is: Method[] methods = clazz.getDeclaredMethods();, and this line is protected by a try-catch (Throwable) and falls back to getMethods(). So how can it throw a NoSuchMethodException?

Original issue reported on github.com/nikclayton/android-squeezer by kaaholst on 2016-05-15T21:12:34Z

@kaaholst
Copy link
Owner Author

I've got a nagging feeling this was caused by the Instant Run feature in newer versions of Android Studio (where it hot-patches new code in to the app instead of deploying a fresh APK). I turned that off, and can't reproduce.

1.4.1-beta contains 2.4.1 now (no crashes in Crashlytics that I can see), and the eventbus3 branch has nikclayton@15e08b0 which is all the work (I think) necessary to use eventbus v3. I'll merge that in after 1.4.1 is released.

Original issue reported on github.com/nikclayton/android-squeezer by nikclayton on 2016-06-04T23:21:58Z

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