mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add log script for android; revisions
This commit is contained in:
parent
6c0fa8433f
commit
d7e3d7b46f
3 changed files with 10 additions and 4 deletions
6
examples/9999/build-android/log.sh
Executable file
6
examples/9999/build-android/log.sh
Executable 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]"
|
||||
Loading…
Add table
Add a link
Reference in a new issue