summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/device3
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2013-10-10 15:13:09 -0700
committerEino-Ville Talvala <etalvala@google.com>2013-10-10 22:48:43 +0000
commit2b07e0207da44d7b3cc63c369fd10c9f12a5e2cd (patch)
tree65036c507cfc269e59847bee8e359536e1af2ec2 /services/camera/libcameraservice/device3
parentb6028c4243fb7e4e16e41d893c1d48679d28ca6c (diff)
downloadframeworks_av-2b07e0207da44d7b3cc63c369fd10c9f12a5e2cd.zip
frameworks_av-2b07e0207da44d7b3cc63c369fd10c9f12a5e2cd.tar.gz
frameworks_av-2b07e0207da44d7b3cc63c369fd10c9f12a5e2cd.tar.bz2
Camera2/3: Add more tracing for API1
- AF state - Async autofocus completion - Async takePicture completion - Stages of takePicture Bug: 10570497 Change-Id: Ida9fedd81aa4ee3ae3fb8dfada858a3bc3c213a3
Diffstat (limited to 'services/camera/libcameraservice/device3')
-rw-r--r--services/camera/libcameraservice/device3/Camera3Device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/camera/libcameraservice/device3/Camera3Device.cpp b/services/camera/libcameraservice/device3/Camera3Device.cpp
index 303823c..92b390d 100644
--- a/services/camera/libcameraservice/device3/Camera3Device.cpp
+++ b/services/camera/libcameraservice/device3/Camera3Device.cpp
@@ -999,7 +999,6 @@ bool Camera3Device::willNotify3A() {
}
status_t Camera3Device::waitForNextFrame(nsecs_t timeout) {
- ATRACE_CALL();
status_t res;
Mutex::Autolock l(mOutputLock);