http://developer.android.com/intl/zh-TW/guide/developing/tools/adb.html
$ adb logcat EGLDisplaySurface:* *:S
$ emulator -shell
# logcat EGLDisplaySurface:* *:S
$ export ANDROID_LOG_TAGS="EGLDisplaySurface:* *:S"
$ adb logcat
$ emulator -shell
# export ANDROID_LOG_TAGS="EGLDisplaySurface:* *:S"
# logcat
$ export ANDROID_LOG_TAGS="EGLDisplaySurface:* *:S"
$ emulator -shell
#