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

Added ability for domain classes to be inherited #613

Closed AlexTrotsenko closed 5 years ago

AlexTrotsenko commented 5 years ago

look-up for methods with @ChromeDevtoolsMethod not only in the class itself, but also in the parent classes.

Override of Stetho's default domain classes might be need if issues like following are found: #611

Work-around with fun method = super.method() could be used, but in it's verbose, inconvenient and in some edge cases like following can't be implemented: https://github.com/facebook/stetho/pull/612