view no-truncated android logs in web browser
implementation 'com.koushikdutta.async:androidasync:2.+'
implementation 'com.imob:weblogcat:0.0.1'
WebLogCat.init(context);
visit http://<your devices's local ip here>:8088
to view logs in your web browser. The lib will also log the full address during its initialization process. After the lib was inited, filter logs by tag IMOB-WebLogCat
, then you'll get the address log.
WebLogCat.log(tag,msg,logLevel,throwable);
logLevel
refers to the log priority constants definied in class:android.util.Log