diff options
Diffstat (limited to 'android/utils/debug.h')
-rw-r--r-- | android/utils/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h index 06b9baf..096b002 100644 --- a/android/utils/debug.h +++ b/android/utils/debug.h @@ -35,6 +35,8 @@ _VERBOSE_TAG(avd_config, "android virtual device configuration") \ _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 { |