commit | 1e93ca6c743b4b7b19c0bdb0674e953ebadebcf4 | [log] [tgz] |
---|---|---|
author | Jeff Pu <jeffpu@google.com> | Wed Jan 24 10:51:31 2024 -0500 |
committer | Jeff Pu <jeffpu@google.com> | Wed Jan 24 12:52:35 2024 -0500 |
tree | f0de0cf3e128c3941423137cfdb959ad5d7c8d2f | |
parent | 50d605f8a144f24000e8444be4be9d206e52b1ad [diff] [blame] |
Support configuration reset and dump Bug: 294254230 Test: atest android.hardware.biometrics.face.* -c adb shell cmd android.hardware.biometrics.face.IFace/virtual resetconfig adb shell dumpsys face Change-Id: I6dc5657104da103860cca133beba21e1b10cb423
diff --git a/biometrics/face/aidl/default/FakeFaceEngine.cpp b/biometrics/face/aidl/default/FakeFaceEngine.cpp index bdc13fd..bf75874 100644 --- a/biometrics/face/aidl/default/FakeFaceEngine.cpp +++ b/biometrics/face/aidl/default/FakeFaceEngine.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#undef LOG_TAG #define LOG_TAG "FaceVirtualHalEngine" #include "FakeFaceEngine.h"