Magisk icon indicating copy to clipboard operation
Magisk copied to clipboard

Log menu freezes app

Open aryankaran opened this issue 2 years ago • 4 comments

Device: Xiaomi Redmi 7 (onclite) Android version:10 Magisk version name: 9968af07 Magisk version code: 24103 Rom: MIUI 12.5.3 CN (stock rom)

The log menu seems to be bugged up ...

As soon as I try to open the open logs menu the app totally freezes up and i have to fore stop app and re open the app ...

See video

https://user-images.githubusercontent.com/89232299/156200620-098d63c2-c449-4d19-8efd-ecbc62e58d88.mp4

aryankaran avatar Mar 01 '22 15:03 aryankaran

logcat is needed, try it with latest Canary

osm0sis avatar Mar 04 '22 11:03 osm0sis

@osm0sis This issue may be reproduced by a large log. Textview is actually extremely slow when rendering a large amount of text.

yujincheng08 avatar Mar 05 '22 10:03 yujincheng08

I plan to refactor with RecyclerView , but not in v24.3.

vvb2060 avatar Mar 06 '22 11:03 vvb2060

Maybe this library is a better choice? Tested showing a 10M+ txt file and all works good.

canyie avatar Mar 22 '22 11:03 canyie