HwBinder: update getService log

instance::interface -> interface/instance

This log was written before the '/' syntax for instance names became
universal. Updating it here for clarity of logs and ease of copy/paste.

Bug: N/A
Test: boot
Change-Id: Ibebc2b7457148792254ff0934e1448d29a016cd2
This commit is contained in:
Steven Moreland
2019-01-10 12:16:03 -08:00
parent 0a5f26376f
commit 0ae1e63600

View File

@@ -329,7 +329,7 @@ static jobject JHwBinder_native_getService(
return NULL;
}
LOG(INFO) << "HwBinder: Starting thread pool for " << serviceName << "::" << ifaceName;
LOG(INFO) << "HwBinder: Starting thread pool for getting: " << ifaceName << "/" << serviceName;
::android::hardware::ProcessState::self()->startThreadPool();
return JHwRemoteBinder::NewObject(env, service);