Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21c49252 authored by wanghuan16's avatar wanghuan16 Committed by huan wang
Browse files

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: default avatarwanghuan16 <wanghuan16@xiaomi.com>
parent 89ca51de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ int main() {
                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);