mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-28 22:51:13 -07:00
Parse logcat-format lines into structured MagiskLogEntry objects with timestamp, level, tag, PID/TID, and message. Display each entry as a card with a colored log level badge, tag, timestamp, and expandable message text instead of dumping raw text. Made-with: Cursor