iori24
iori24
hi @elvishew thanks. I went with your suggestion above. Btw, I have this wrapper class ``` class MyLogger { companion object { fun print(tag: String, message: String) { XLog.tag(tag) .printers(AndroidPrinter(false),...
``` aspectjx { // add 'exclude' packages/classes that you don't want to intercept the logs from exclude 'androidx.appcompat' exclude 'android.support' exclude 'kotlin' // or add 'include' packages/classes that you want...
Thank you @elvishew for the answer. After checking README and that ticket in https://github.com/orhanobut/logger/issues/255, it's pretty clear that `xLog` is very extensive and highly customizable especially the main customizations and...
I really like the pretty logs in my logcat window and the ease of clicking on the class-line number link to jump to the line where its prints the logs...
Do you mean by parsing the contents of the log file and logging them again?
Do I need to run an android app for this to log again the contents of the log file? Or is there a way to easily feed the logfile into...
So that I can click on the link in the logs and it will jump on the file and line number in Android Studio =)
Ya, it worked. Awesome man!
I have this problem now. I need to add a new mutating field in my SectionModel. @lukya Do you have a workaround?
Ya. waiting for Scoped Storage support