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

Commit a27cc90c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "libgui_tests: demote "Linked to input" log to info" into main

parents cc32b25e 917d6da6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ sp<IInputFlinger> getInputFlinger() {
    if (input == nullptr) {
        ALOGE("Failed to link to input service");
    } else {
        ALOGE("Linked to input");
        ALOGI("Linked to input");
    }
    return interface_cast<IInputFlinger>(input);
}