matlog
matlog copied to clipboard
Loading forever
I have an issue where matlog just keep on loading forever. The spinner just spins. Nothing happens. But I can change settings and search (nothing shows during search, only the spinner). Tested with granted permission/rootless and root. Info: OS: Android 8.1 Oxygen OS. Phone: OnePlus 5T Matlog version: 1.2.0 (beta), 1.1.1 (stable)
@niikoo Facing the same issue on my Redmi Note 4(X)
Phone is rooted on Lineageos 16 rom with my custom kernel. Matlog is on latest version.
Did you manged to solve that issue?
I have the same issue. Oxygen OS 9.0.12 on OnePlus 6T, TWRP installed and rooted with Magisk. Nothing else. Another logcat app does the same though, so it might be system related.
Same issue here, Oxygen OS Open Beta 29 OnePlus 5
Same issue on Android Pie
Hey, everyone!
Did someone figure out the trick?
It does not work for me either, Redmi Note 4X (Mido - Snapdragon) running on Oreo 8.1 and rooted with Magisk V19.2 (but does not work with V18.x nor V19.1 either). Some others are working thus my conclusion is that it is something to do with MatLog itself - especially because as far as I know MatLog is derived from CatLog and interestingly CatLog works neither (yes, I know that it's been abandoned).
Cheers!
Same here both in Pie and Q.
Same here. I granted READ_LOGS permission using the following line:
adb shell pm grant com.pluscubed.matlog android.permission.READ_LOGS
.
Here is a logcat (filtered on "com.pluscubed.matlog"): https://pastebin.com/GJSXYr3n .
I tried the same with another logcat reader and it does work just fine (https://github.com/darshanparajuli/LogcatReader).
Same issue here, Oxygen OS on Android 10
Still same issue on AOSP 12!
Still same issue on AOSP 12! @https://github.com/plusCubed/matlog/issues/45#issuecomment-980536891
Yep, I confirm.
Still same issue on AOSP 12!
yep. even on android 12.1 Voltage OS
A working alternative for me
https://play.google.com/store/apps/details?id=com.dp.logcatapp
After factory reset, matlog getting stuck on loading again. I ran a debugger and got a warning A resource failed to call close.
. Not sure what it means
My device is running Android 11
So the way to get it work is to do non-root way, decline superuser permission, and use this command via adb adb shell pm grant com.pluscubed.matloglibre android.permission.READ_LOGS
. Matlog works again