matlog icon indicating copy to clipboard operation
matlog copied to clipboard

Loading forever

Open niikoo opened this issue 6 years ago • 14 comments

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 avatar Oct 27 '18 07:10 niikoo

@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?

penglezos avatar Mar 15 '19 17:03 penglezos

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.

AlpayY avatar Apr 03 '19 10:04 AlpayY

Same issue here, Oxygen OS Open Beta 29 OnePlus 5

DorianXDA avatar Apr 07 '19 10:04 DorianXDA

Same issue on Android Pie

AndnixSH avatar Apr 11 '19 05:04 AndnixSH

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!

crok avatar May 23 '19 12:05 crok

Same here both in Pie and Q.

nezorflame avatar Oct 21 '19 12:10 nezorflame

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).

bennieboj avatar Nov 13 '19 16:11 bennieboj

Same issue here, Oxygen OS on Android 10

jithumon avatar May 18 '20 17:05 jithumon

Still same issue on AOSP 12!

Cris-- avatar Nov 27 '21 10:11 Cris--

Still same issue on AOSP 12! @https://github.com/plusCubed/matlog/issues/45#issuecomment-980536891

Yep, I confirm.

fuccsoc avatar Dec 22 '21 22:12 fuccsoc

Still same issue on AOSP 12!

yep. even on android 12.1 Voltage OS

SunriseRaven avatar Jun 08 '22 14:06 SunriseRaven

A working alternative for me

https://play.google.com/store/apps/details?id=com.dp.logcatapp

Cris-- avatar Jun 08 '22 14:06 Cris--

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

AndnixSH avatar Oct 15 '22 18:10 AndnixSH

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

AndnixSH avatar Oct 20 '22 11:10 AndnixSH