From 31aed6913ab60725307b57ca59bd1bbbcad1bf05 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 16 Jul 2022 22:14:39 +0200 Subject: [PATCH] touch: Let devices opt out of ITouchscreenGesture interface Change-Id: Ib1fac9d7343798532fc8e6fb900354149b29351f --- hidl/touch/service.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hidl/touch/service.cpp b/hidl/touch/service.cpp index 24f7e2d..28f9f7f 100644 --- a/hidl/touch/service.cpp +++ b/hidl/touch/service.cpp @@ -41,8 +41,7 @@ int main() { } if (gestureService->registerAsService() != android::OK) { - LOG(ERROR) << "Can't register TouchscreenGesture HAL service"; - return 1; + LOG(WARNING) << "Can't register TouchscreenGesture HAL service"; } joinRpcThreadpool();