We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc32b25 + 917d6da commit a27cc90Copy full SHA for a27cc90
1 file changed
libs/gui/tests/EndToEndNativeInputTest.cpp
@@ -75,7 +75,7 @@ sp<IInputFlinger> getInputFlinger() {
75
if (input == nullptr) {
76
ALOGE("Failed to link to input service");
77
} else {
78
- ALOGE("Linked to input");
+ ALOGI("Linked to input");
79
}
80
return interface_cast<IInputFlinger>(input);
81
0 commit comments