summaryrefslogtreecommitdiffstats
path: root/modules/camera/Metadata.cpp
diff options
context:
space:
mode:
authorAlex Ray <aray@google.com>2013-10-14 15:56:43 -0700
committerAlex Ray <aray@google.com>2013-10-14 15:56:43 -0700
commitea80382be17ab288622506475b8f15d9d8ebee80 (patch)
tree39ec2a4f1c42749c8948a75c12d2087c9b27a5d3 /modules/camera/Metadata.cpp
parent13a47c595031ed926e8258945a08bfa96fdf9408 (diff)
downloadhardware_libhardware-ea80382be17ab288622506475b8f15d9d8ebee80.zip
hardware_libhardware-ea80382be17ab288622506475b8f15d9d8ebee80.tar.gz
hardware_libhardware-ea80382be17ab288622506475b8f15d9d8ebee80.tar.bz2
modules: camera: Update trace headers to libutils
Now that libutils is outside of frameworks, use that for c++-style scoped tracing and remove the temporary shim header. Change-Id: I913767aed8ff70abb9299e7a7b318b24a25e23c1
Diffstat (limited to 'modules/camera/Metadata.cpp')
-rw-r--r--modules/camera/Metadata.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/camera/Metadata.cpp b/modules/camera/Metadata.cpp
index d5854f9..ba7ed9c 100644
--- a/modules/camera/Metadata.cpp
+++ b/modules/camera/Metadata.cpp
@@ -22,8 +22,7 @@
#include <cutils/log.h>
#define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
-#include <cutils/trace.h>
-#include "ScopedTrace.h"
+#include <utils/Trace.h>
#include "Metadata.h"