`NetworkObserver` implementation for Android fails to start when no permission
05nelsonm opened this issue · 0 comments
05nelsonm commented
Current implementation on Android for the service is to throw an IllegalStateException
if permissions are not granted when trying to instantiate the NetworkObserver
. That error is dispatched to error observers and produces a start failure.
This should not be a start failure, it should simply dispatch the error and keep chugging w/o the observer.