summaryrefslogtreecommitdiff
path: root/startop
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2020-03-27 14:32:46 -0700
committerIgor Murashkin <iam@google.com>2020-03-27 14:32:46 -0700
commit327c3507bcc9e77d052a0a94f9806e318c9ed84b (patch)
tree503b094c86ad4296de05b3a8e1d55a6d0b86e8f6 /startop
parent9dd6ba8bdf741452bd70abf145e43af66102b999 (diff)
downloadbase-327c3507bcc9e77d052a0a94f9806e318c9ed84b.tar.gz
iorap: Log a message when we reconnect to iorapd after binder death.
Bug: 152322429 Test: stop iorapd && start iorapd Change-Id: Ie68844f4854b295b195f5e4f71143b18a0170b41
Diffstat (limited to 'startop')
-rw-r--r--startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java b/startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java
index badff7bc2f8c..d5851d85345f 100644
--- a/startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java
+++ b/startop/iorap/src/com/google/android/startop/iorap/IorapForwardingService.java
@@ -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;
}