sm8450-common: udfps: Fix wrong debugging
Change-Id: Ifca3216aed85983d97b019e2c700cf0964fb8e39
This commit is contained in:
@@ -184,7 +184,7 @@ class XiaomiSm8450UdfpsHander : public UdfpsHandler {
|
|||||||
while (true) {
|
while (true) {
|
||||||
int rc = poll(&dispEventPoll, 1, -1);
|
int rc = poll(&dispEventPoll, 1, -1);
|
||||||
if (rc < 0) {
|
if (rc < 0) {
|
||||||
LOG(ERROR) << "failed to poll " << FOD_PRESS_STATUS_PATH << ", err: " << rc;
|
LOG(ERROR) << "failed to poll " << DISP_FEATURE_PATH << ", err: " << rc;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user