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

Commit 17fbf7c1 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Change error log to warning log in ImeOnBackInvokedDispatcher

Bug: 417130404
Test: MmsLargeGroupSendingTest
Flag: EXEMPT bugfix
Change-Id: I7600fb05889772479a735f7e7843a6fb989fe5e8
parent 2e27b9f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public class ImeOnBackInvokedDispatcher implements OnBackInvokedDispatcher, Parc
    private void unregisterReceivedCallback(
            int callbackId, @NonNull OnBackInvokedDispatcher receivingDispatcher) {
        if (!unregisterCallback(callbackId, receivingDispatcher)) {
            Log.e(TAG, "Ime callback not found. Ignoring unregisterReceivedCallback. "
            Log.w(TAG, "Ime callback not found. Ignoring unregisterReceivedCallback. "
                    + "callbackId: " + callbackId
                    + " remaining callbacks: " + mImeCallbacks.size());
        }