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

Commit 638fc1f8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "atrace: Don't NPE if we can't access hal-related tracepoint files." into oc-dev

parents 932dc646 7320612a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -552,7 +552,13 @@ static void pokeHalServices()
                // ignore
                continue;
            }

            sp<IBase> interface = interfaceRet;
            if (interface == nullptr) {
                // ignore
                continue;
            }

            auto notifyRet = interface->notifySyspropsChanged();
            if (!notifyRet.isOk()) {
                // ignore