Avoid chunked content encoding. Some WebViewClient debugging. Doesn't go to a blank screen on android so much.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4314 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-05-23 23:26:07 +00:00
parent b4629acc48
commit da50792500
3 changed files with 17 additions and 3 deletions

View File

@ -499,6 +499,10 @@ apkgo: out/TildeFriends-debug.apk
@adb shell am start com.unprompted.tildefriends/.MainActivity
.PHONY: apkgo
apklog:
@adb logcat *:S tildefriends
.PHONY: apklog
clean:
rm -rf $(BUILD_DIR)
.PHONY: clean