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

Commit f5755523 authored by Carmen Jackson's avatar Carmen Jackson Committed by android-build-merger
Browse files

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

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

Change-Id: I3f97bed1c56b8ed47fe93489aea575a018494795
parents 000dd99e c35a2c65
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -550,7 +550,13 @@ static void pokeHalServices()
                // ignore
                continue;
            }

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

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