commit | b9d2f3333369183344aa89c7be1e643a44296d48 | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Thu Sep 18 17:24:22 2014 -0700 |
committer | Eino-Ville Talvala <etalvala@google.com> | Thu Sep 18 17:24:22 2014 -0700 |
tree | 12ecc9c05cc39b79720a120a290a47256278bf25 | |
parent | 67489d2f5668441a36cb1f1157e80ec8684023bf [diff] [blame] |
CameraService: Add client name/pid to device open/close logging. Bug: 15672812 Change-Id: I1162c6d9d0a1eea1dd32949a04c295b4941d2602
diff --git a/services/camera/libcameraservice/common/Camera2ClientBase.h b/services/camera/libcameraservice/common/Camera2ClientBase.h index f57d204..d198e4e 100644 --- a/services/camera/libcameraservice/common/Camera2ClientBase.h +++ b/services/camera/libcameraservice/common/Camera2ClientBase.h
@@ -107,6 +107,9 @@ protected: + // The PID provided in the constructor call + pid_t mInitialClientPid; + virtual sp<IBinder> asBinderWrapper() { return IInterface::asBinder(); }