summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/CameraService.h
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-05-11 15:15:09 -0700
committerRonghua Wu <ronghuawu@google.com>2015-05-11 15:16:54 -0700
commit022ed72e650f756288492ac7a10a7b41e0b14f82 (patch)
tree6c07c47b9b3c2d0b68eb9b989a879065a96f15bc /services/camera/libcameraservice/CameraService.h
parent9ba21b9418d10ddcc39f08901e24fbf43d82b2bc (diff)
downloadframeworks_av-022ed72e650f756288492ac7a10a7b41e0b14f82.zip
frameworks_av-022ed72e650f756288492ac7a10a7b41e0b14f82.tar.gz
frameworks_av-022ed72e650f756288492ac7a10a7b41e0b14f82.tar.bz2
mediaresourcemanager: change resource manager service log to use ring buffer.
move the ring buffer implementation from libcameraservice to media include. also add line prefix support to the service log. Bug: 20637674 Change-Id: Ib6b32f31abe92c42644ef7012f1e3d46220ccfbd
Diffstat (limited to 'services/camera/libcameraservice/CameraService.h')
-rw-r--r--services/camera/libcameraservice/CameraService.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/CameraService.h b/services/camera/libcameraservice/CameraService.h
index 502fcfa..31edf44 100644
--- a/services/camera/libcameraservice/CameraService.h
+++ b/services/camera/libcameraservice/CameraService.h
@@ -38,9 +38,9 @@
#include "CameraFlashlight.h"
#include "common/CameraModule.h"
+#include "media/RingBuffer.h"
#include "utils/AutoConditionLock.h"
#include "utils/ClientManager.h"
-#include "utils/RingBuffer.h"
#include <set>
#include <string>