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

Commit 10eacbf7 authored by Ethon_Hu's avatar Ethon_Hu Committed by Felipe Leme
Browse files

Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread.



Bug: 120040641
Test: Tested on Devices
Change-Id: Ie977426e29b551af1d25e5e1a4f440b8cc2726ab
Merged-In: Ie977426e29b551af1d25e5e1a4f440b8cc2726ab
Signed-off-by: default avatarEthon_Hu <huyuxin3818@gmail.com>
parent 2e64868e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ final class RemoteFillService implements DeathRecipient {
        }

        final boolean willBind = mContext.bindServiceAsUser(mIntent, mServiceConnection, flags,
                new UserHandle(mUserId));
            mHandler,new UserHandle(mUserId));

        if (!willBind) {
            Slog.w(LOG_TAG, "[user: " + mUserId + "] could not bind to " + mIntent + " using flags "