我正在运行Android Studio的Rob Percival在Android应用程序开发课程中下载的经过测试的代码。
该代码用于获取指定URL的HTML内容并将其显示在日志中。
这是课程作者提供的经过测试的代码。
该代码运行良好,但是指定URL的HTML内容中只有一部分显示在日志中。
这些是我得到的其他日志条目:
(显示部分html内容后)
I/art: Background sticky concurrent mark sweep GC freed 81(3KB) AllocSpace objects, 43(11MB) LOS objects, 37% free, 6MB/10MB, paused 1.012ms total 115.686ms
D/: HostConnection::get() New Host Connection established 0xa63c98c0, tid 10451
D/: HostConnection::get() New Host Connection established 0xa63c9d80, tid 10487
I/OpenGLRenderer: Initialized EGL, version 1.4
D/OpenGLRenderer: Swap behavior 1
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
D/OpenGLRenderer: Swap behavior 0
D/EGL_emulation: eglCreateContext: 0xa83cdf20: maj 2 min 0 rcv 2
D/EGL_emulation: eglMakeCurrent: 0xa83cdf20: ver 2 0 (tinfo 0xa84e32d0)
D/EGL_emulation: eglMakeCurrent: 0xa83cdf20: ver 2 0 (tinfo 0xa84e32d0)
任何帮助将不胜感激。
谢谢。