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

Commit f20700b1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remove log in handleInputChannelDisposed" into main am: 260a2fbc am: a5d1d3f2

parents d18af52c a5d1d3f2
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -1852,10 +1852,6 @@ static void handleInputChannelDisposed(JNIEnv* env, jobject /* inputChannelObj *
                                       const std::shared_ptr<InputChannel>& inputChannel,
                                       const std::shared_ptr<InputChannel>& inputChannel,
                                       void* data) {
                                       void* data) {
    NativeInputManager* im = static_cast<NativeInputManager*>(data);
    NativeInputManager* im = static_cast<NativeInputManager*>(data);

    ALOGW("Input channel object '%s' was disposed without first being removed with "
          "the input manager!",
          inputChannel->getName().c_str());
    im->removeInputChannel(inputChannel->getConnectionToken());
    im->removeInputChannel(inputChannel->getConnectionToken());
}
}