commit | 21c49252bf1039465ca5654fcdd3335f40c7ac49 | [log] [tgz] |
---|---|---|
author | wanghuan16 <wanghuan16@xiaomi.com> | Sun Jul 09 18:52:43 2023 +0800 |
committer | huan wang <wanghuan16@xiaomi.com> | Sun Jul 09 11:07:36 2023 +0000 |
tree | ada91c7cc300e97d510a7444af7f342864eacf49 | |
parent | 89ca51de1817ee6c974143e94daae8b4c5ca2e4e [diff] |
Correcting spelling errors in logs When ALOOPER_POLL_ERROR appears, replace the original output log information with ALOOPER_POLL_ERROR. Change-Id: I445a7a5b2b98da5d748f223bd7a39681ba0d3160 Signed-off-by: wanghuan16 <wanghuan16@xiaomi.com>
diff --git a/services/sensorservice/tests/sensorservicetest.cpp b/services/sensorservice/tests/sensorservicetest.cpp index caf7f03..1406bb3 100644 --- a/services/sensorservice/tests/sensorservicetest.cpp +++ b/services/sensorservice/tests/sensorservicetest.cpp
@@ -130,7 +130,7 @@ printf("ALOOPER_POLL_TIMEOUT\n"); break; case ALOOPER_POLL_ERROR: - printf("ALOOPER_POLL_TIMEOUT\n"); + printf("ALOOPER_POLL_ERROR\n"); break; default: printf("ugh? poll returned %d\n", ret);