commit | 4b5e5ce4066aec98057e6413c30ce0f29bae3d34 | [log] [tgz] |
---|---|---|
author | Jeff Pu <jeffpu@google.com> | Wed Sep 06 14:47:49 2023 +0000 |
committer | Jeff Pu <jeffpu@google.com> | Thu Sep 07 20:08:27 2023 +0000 |
tree | 7c3825be4ef65febb83d1c945464febd16220dfe | |
parent | 6824e29745e97688906ba6244952f50bb94820c4 [diff] [blame] |
Face Biometric Virtual HAL Bug: 294254230 Test: Manual Change-Id: I00813b1313510e0965cb91864163e182e10aea22
diff --git a/biometrics/face/aidl/default/Session.cpp b/biometrics/face/aidl/default/Session.cpp index 1188459..6235b83 100644 --- a/biometrics/face/aidl/default/Session.cpp +++ b/biometrics/face/aidl/default/Session.cpp
@@ -18,6 +18,9 @@ #include "Session.h" +#undef LOG_TAG +#define LOG_TAG "FaceVirtualHalSession" + namespace aidl::android::hardware::biometrics::face { constexpr size_t MAX_WORKER_QUEUE_SIZE = 5;