facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Improve error message when addInterceptor is used instead of addNetworkInterceptor #584

Closed jasta closed 6 years ago

jasta commented 6 years ago

Previously this would yield a NullPointerException and was not very discoverable/actionable for users.

Closes #580