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

Commit 327c3507 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

iorap: Log a message when we reconnect to iorapd after binder death.

Bug: 152322429
Test: stop iorapd && start iorapd
Change-Id: Ie68844f4854b295b195f5e4f71143b18a0170b41
parent 9dd6ba8b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -279,6 +279,8 @@ public class IorapForwardingService extends SystemService {
            (IIorap remote) -> remote.setTaskListener(new RemoteTaskListener()) );
        registerInProcessListenersLocked();

        Log.i(TAG, "Connected to iorapd native service.");

        return true;
    }