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

Stetho protobufs - Documentation request #694

Open Ryanauger95 opened 3 years ago

Ryanauger95 commented 3 years ago

I found this issue here: https://github.com/facebook/stetho/issues/250 that suggests that there is a way to log protobuf files. Clearly there has been some work done on this, but it doesn't look like there are any docs or a description on how to use it. So my question - how do we log protobufs with stetho? How do we use this tool you built? @jasta

Thanks!

hbmartin commented 3 years ago

I've added protobuf support to Flipper (a Stetho replacement) in https://github.com/facebook/flipper/pull/2381 In theory the underlying library could be used for a similar implementation to support Stetho https://github.com/hbmartin/protobuf_java_to_protobufjs