Does anybody came across the problem when LogCat d...
# rx
a
Does anybody came across the problem when LogCat doesn't log RxJava 1 exception which been thrown in
subscribe
function? For example
Copy code
imageFileStorage.saveBitmapAndScanGallery(view?.newBitmapFromViews())
                    .subscribe { file ->
                        throw RuntimeException()
                    }
Although, exception is visible in fabric