IBase::getReferenceInfo -> getDebugInfo
Bug: 34777099
Bug: 34861460
Test: lshal
Test: NFC / light / audio with and without persistent.hal.binderized;
run lshal to reflect this.
Change-Id: I70aebefcaf5ed92a3c31a7bf2406d610c4533258
diff --git a/transport/ServiceManagement.cpp b/transport/ServiceManagement.cpp
index cdcfd0e..e3cbea4 100644
--- a/transport/ServiceManagement.cpp
+++ b/transport/ServiceManagement.cpp
@@ -198,7 +198,8 @@
vec.push_back({
.interfaceName = matchedName,
.instanceName = "",
- .refCount = -1,
+ .pid = -1,
+ .ptr = 0,
});
}
}