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

Commit 7fc9d867 authored by Florian Mayer's avatar Florian Mayer Committed by Gerrit Code Review
Browse files

Merge "Do not send Binder/HIDL transactions from atrace."

parents 8e7f193b 6263b584
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -854,7 +854,6 @@ static bool setUpUserspaceTracing()
            tags |= c.tags;
        }
    }
    ok &= setTagsProperty(tags);

    bool coreServicesTagEnabled = false;
    for (size_t i = 0; i < arraysize(k_categories); i++) {
@@ -876,9 +875,11 @@ static bool setUpUserspaceTracing()
        packageList += android::base::GetProperty(k_coreServicesProp, "");
    }
    ok &= setAppCmdlineProperty(&packageList[0]);
    ok &= setTagsProperty(tags);
#if !ATRACE_SHMEM
    ok &= pokeBinderServices();
    pokeHalServices();

#endif
    if (g_tracePdx) {
        ok &= ServiceUtility::PokeServices();
    }