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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user