commit | 1d88023e1de6b9f370eb4be944dd9c4480d01f11 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Wed Feb 20 16:50:13 2013 -0800 |
committer | Igor Murashkin <iam@google.com> | Fri Feb 22 10:50:14 2013 -0800 |
tree | 74f8b58c828f3045acf3ab8cb9d8f92046685fd8 | |
parent | fc42642ab78da5fe25bcbea7a568bf880268a9dc [diff] [blame] |
Camera: Add unit test infrastructure for libcameraclient Change-Id: I957538663ae8332d26f3640c63a75efc79f4ac5c
diff --git a/services/camera/libcameraservice/CameraService.cpp b/services/camera/libcameraservice/CameraService.cpp index 31e20c5..b1c594a 100644 --- a/services/camera/libcameraservice/CameraService.cpp +++ b/services/camera/libcameraservice/CameraService.cpp
@@ -166,6 +166,7 @@ callingPid); return client; } else { + // TODOSC: need to support 1 regular client, multiple shared clients here ALOGW("CameraService::connect X (pid %d) rejected (existing client).", callingPid); return NULL;