mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
6 lines
143 B
Bash
Executable file
6 lines
143 B
Bash
Executable file
# filter for logcat to show only messages from:
|
|
# * (qlog ...) in Lisp
|
|
# * console.log(...) in QML
|
|
|
|
adb logcat -c
|
|
adb logcat -s "[LQML]"
|