StarX
Lsposed 模块
StarX Latest Version Download
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
adb logcat
View Details ▼
adb logcat
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
Was this content helpful?
(0 ratings)
