diff options
author | David 'Digit' Turner <digit@android.com> | 2011-08-29 11:17:35 -0700 |
---|---|---|
committer | Android Code Review <code-review@android.com> | 2011-08-29 11:17:35 -0700 |
commit | 6e2f6276fabd4be1950f65bfb7fdb3d0e9599648 (patch) | |
tree | a4f22e25a58723ae81cb9adc6a9a09e3f6a32a43 /android/utils/debug.h | |
parent | 81aafe2f4151be660b5c48c153df596c2767cc4f (diff) | |
parent | cb88e79ecbd16dea5f2201fd12320db5945db83e (diff) | |
download | external_qemu-6e2f6276fabd4be1950f65bfb7fdb3d0e9599648.zip external_qemu-6e2f6276fabd4be1950f65bfb7fdb3d0e9599648.tar.gz external_qemu-6e2f6276fabd4be1950f65bfb7fdb3d0e9599648.tar.bz2 |
Merge changes I1fa3512b,I47df0cae
* changes:
Add hw.gpu.enabled hardware property
Fix a crash when GPU emulation doesn't work.
Diffstat (limited to 'android/utils/debug.h')
-rw-r--r-- | android/utils/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h index 76b21be..096b002 100644 --- a/android/utils/debug.h +++ b/android/utils/debug.h @@ -36,6 +36,7 @@ _VERBOSE_TAG(sensors, "emulated sensors") \ _VERBOSE_TAG(memcheck, "memory checker") \ _VERBOSE_TAG(camera, "camera") \ + _VERBOSE_TAG(gles, "hardware OpenGLES emulation") \ #define _VERBOSE_TAG(x,y) VERBOSE_##x, typedef enum { |