Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0efebfa0 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "servicemanager: isDeclared error is 'INFO'" am: f2216743

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1953643

Change-Id: I15269a7315b066ef56e49773012c8b98e1e25259
parents 1f7304de f2216743
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static bool isVintfDeclared(const std::string& name) {
    if (!found) {
        // Although it is tested, explicitly rebuilding qualified name, in case it
        // becomes something unexpected.
        LOG(ERROR) << "Could not find " << aname.package << "." << aname.iface << "/"
        LOG(INFO) << "Could not find " << aname.package << "." << aname.iface << "/"
                  << aname.instance << " in the VINTF manifest.";
    }