touch: Let devices opt out of ITouchscreenGesture interface

Change-Id: Ib1fac9d7343798532fc8e6fb900354149b29351f
This commit is contained in:
LuK1337
2022-07-16 22:14:39 +02:00
parent a39ee49e45
commit 31aed6913a

View File

@@ -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();