There was an error while loading. Please reload this page.
2 parents e13f284 + 97d1d45 commit e4d836aCopy full SHA for e4d836a
1 file changed
cmds/servicemanager/ServiceManager.cpp
@@ -50,7 +50,7 @@ static bool isVintfDeclared(const std::string& name) {
50
vintf::VintfObject::GetDeviceHalManifest(),
51
vintf::VintfObject::GetFrameworkHalManifest()
52
}) {
53
- if (manifest->hasAidlInstance(package, iface, instance)) {
+ if (manifest != nullptr && manifest->hasAidlInstance(package, iface, instance)) {
54
return true;
55
}
56
0 commit comments