mirror of
https://gitlab.com/eql/lqml.git
synced 2026-03-12 09:41:29 -07: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]"
|