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

Commit 917d6da6 authored by Harry Cutts's avatar Harry Cutts
Browse files

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
parent 76b68a48
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);
}