Merge "iorapd: Print log when service has finished initializing" into rvc-dev am: 49821badaa am: acd97bae66 am: 59420e7e1a

Change-Id: If6eadda69e473c6a2d4deb575ef95d4145a7da4c
diff --git a/src/iorapd/main.cc b/src/iorapd/main.cc
index 11706aa..929ac54 100644
--- a/src/iorapd/main.cc
+++ b/src/iorapd/main.cc
@@ -64,6 +64,9 @@
     }
   }
 
+  // This must be logged after all other initialization has finished.
+  LOG(INFO) << kServiceName << " (the prefetchening) readied up";
+
   event_manager->Join();  // TODO: shutdown somewhere?
   // Block until something else shuts down the binder service.
   android::IPCThreadState::self()->joinThreadPool();