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

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