Skip to content

Commit a27cc90

Browse files
Treehugger RobotAndroid (Google) Code Review
authored andcommitted
Merge "libgui_tests: demote "Linked to input" log to info" into main
2 parents cc32b25 + 917d6da commit a27cc90

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)