add log script for android; revisions

This commit is contained in:
pls.153 2022-02-17 21:25:31 +01:00
parent 6c0fa8433f
commit d7e3d7b46f
3 changed files with 10 additions and 4 deletions

View file

@ -0,0 +1,6 @@
# filter for logcat to show only messages from:
# * (qlog ...) in Lisp
# * console.log(...) in QML
adb logcat -c
adb logcat -s "[LQML]"