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]"

View file

@ -31,7 +31,7 @@ select_ios_and_simulator()
ios_sdk_dir="$ios_sdks/$ios_sdk"
ios_sdk_dir_sim="$ios_sdks_sim/$ios_sdk_sim"
echo "*** compiling for \"$ios_platform\" - \"$ios_sdk\" and \"$ios_platform_sim\" - \"$ios_sdk_sim\" ***"
echo "*** compiling for \"$ios_platform\" - \"$ios_sdk\" and \"$ios_platform_sim\" - \"$ios_sdk_sim\""
# this needs to be updated when a new Xcode is released
iphoneos_version_min="11.0"

View file

@ -2,8 +2,8 @@
WIP
---
The (very simple) example currently works on Linux/macOS/android/iOS. More
examples and Swank integration will follow.
The (simple) example currently works on Linux/macOS/android/iOS. More examples
and Swank integration will follow.
Description
@ -37,7 +37,7 @@ port still lacks significant parts of mobile (as of Qt6.2).
TODO
----
* integrate Swank server for Slime
* add Swank server on mobile
* add item model example
* add sokoban example
* add CL REPL example