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

Dynamic implementation in doOnError() or onErrorResumeNext for release builds #31

Open
spirosoik opened this issue May 28, 2016 · 1 comment

Comments

@spirosoik
Copy link
Contributor

It will be great to have the ability to add dynamic implementations for logging purposes for doOnError() or onErrorResumeNext.

eg. imagine that we want to track logs for crash reporting reasons for our data layer, so what we could do, is to create a custom ErrorLoggingAction and we could attach it manually. Another option is to create an observable facade which it could include this logging automatically.

But imagine the interface RxLogObservableAdapter which can implement our logic there and we must init it once in Application class.

@spirosoik spirosoik changed the title Dynamic implementation in doOnError() or onErrorResumeNext for release builds Dynamic implementation in doOnError() or onErrorResumeNext for release builds May 28, 2016
@android10
Copy link
Owner

@spirosoik sorry for the late reply.

Good feedback to keep an eye on for the next version of frodo :)

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

No branches or pull requests

2 participants