1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Update some old Minetest references in docs

This commit is contained in:
sfan5 2025-08-09 11:57:45 +02:00
parent 0b21c93324
commit 7a99fdf490
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ adb install -r -d ./app-arm64-v8a-release-unsigned.apk
In case debug.txt isn't enough (e.g. when debugging a crash), you can get debug
output using logcat:
`adb logcat -s 'Minetest:*' '*:F'`
`adb logcat -s Luanti '*:F'`
Note that you can do this even *after* the app has crashed,
since Android keeps an internal buffer.