StarX

(★ 61)

Lsposed 模块

StarX Latest Version Download

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

adb logcat

View Details ▼

Dump a log of system messages.

adb logcat

Display system logs:

adb logcat -e {{regex}}

Display lines that match a `reg[e]x`:

adb logcat {{tag}}:{{mode}} *:S

Display logs for a tag in a specific mode ([V]erbose, [D]ebug, [I]nfo, [W]arning, [E]rror, [F]atal, [S]ilent), filtering other tags:

// repository documentation