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

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

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

Merge "servicemanager: isDeclared error is 'INFO'" am: f2216743 am: 0efebfa0 am: 1a8e00bf am: 535948e0

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

Change-Id: I2d0fb7f2cbfc89be1da93aa1568ba110916a64f8
parents 686406cd 535948e0
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.";
    }