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

com.facebook.stetho.common.LogUtil is bad #658

Open AymerZhang opened 4 years ago

AymerZhang commented 4 years ago

I use com.facebook.stetho.common.LogUtil to print the log in the service of a separate process in the project but the logcat only displays the tag and does not print the log information.