Skip to content

Commit 917d6da

Browse files
committed
libgui_tests: demote "Linked to input" log to info
This log indicates the expected, correct behaviour, so it shouldn't be logged as an error. Bug: 379758401 Change-Id: If347466408c6836251666246e7dc3d5ffc914782 Test: Treehugger Flag: TEST_ONLY
1 parent 76b68a4 commit 917d6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/gui/tests/EndToEndNativeInputTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sp<IInputFlinger> getInputFlinger() {
7575
if (input == nullptr) {
7676
ALOGE("Failed to link to input service");
7777
} else {
78-
ALOGE("Linked to input");
78+
ALOGI("Linked to input");
7979
}
8080
return interface_cast<IInputFlinger>(input);
8181
}

0 commit comments

Comments
 (0)