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

Commit d6bcada8 authored by Hu Guo's avatar Hu Guo
Browse files

remove log in handleInputChannelDisposed

Change-Id: Icb515e65e0f97cb0ccffce56ee653ce191ff9a4d
parent 2949179f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1904,10 +1904,6 @@ static void handleInputChannelDisposed(JNIEnv* env, jobject /* inputChannelObj *
                                       const std::shared_ptr<InputChannel>& inputChannel,
                                       void* 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());
}