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

Change-Id: I4c64f6327ab5a27513faf382937a5c11f8276278
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();