android错误eglSurfaceAttrib未实现

时间:2013-11-21 10:50:47

标签: android

当我连接mysql数据库与android时,我收到此错误:

11-21 05:34:47.060: I/dalvikvm-heap(2288): Grow heap (frag case) to 4.961MB for 804304-byte allocation
11-21 05:34:47.170: D/dalvikvm(2288): GC_FOR_ALLOC freed <1K, 3% free 5017K/5148K, paused 105ms, total 105ms
11-21 05:34:47.640: D/(2288): HostConnection::get() New Host Connection established 0xb7033ad8, tid 2288
11-21 05:34:48.310: W/EGL_emulation(2288): eglSurfaceAttrib not implemented
11-21 05:34:48.740: D/OpenGLRenderer(2288): Enabling debug mode 0
11-21 05:34:48.860: I/Choreographer(2288): Skipped 83 frames!  The application may be doing too much work on its main thread.

请帮助

1 个答案:

答案 0 :(得分:0)

尝试

try {
   httpclient = new DefaultHttpClient(); 
    httppost = new HttpPost("example.in/androidCall/check.php");
} catch(Exception x) {
   Log.e("HTTP", "Exception occured", x);
}

然后看看x是什么