commit | 6a17e163a0dca28c1b2f957561e909172b7259c8 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Oct 08 12:55:06 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Oct 15 16:06:42 2009 -0700 |
tree | 7f2687cab01a9b45ad81f86af1e72623320ecd75 | |
parent | 2a39758ecb315a77f05800cc04f7ca65954c9026 [diff] [blame] |
Add egl init start message to help debug driver init hangs.
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 195ea6f..33ed0ca 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp
@@ -57,6 +57,7 @@ configAttribsPtr[0] = EGL_NONE; rsAssert(configAttribsPtr < (configAttribs + (sizeof(configAttribs) / sizeof(EGLint)))); + LOGV("initEGL start"); mEGL.mDisplay = eglGetDisplay(EGL_DEFAULT_DISPLAY); eglInitialize(mEGL.mDisplay, &mEGL.mMajorVersion, &mEGL.mMinorVersion);