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

Commit c35a2c65 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." into oc-dev

am: 638fc1f8

Change-Id: I5c6fa1f459c84c45d00f1047aee09fdf921cf345
parents c65c9d0a 638fc1f8
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