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

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

Merge "binderAllocationLimits - atrace tags" am: 7a967139 am: 18951b35 am:...

Merge "binderAllocationLimits - atrace tags" am: 7a967139 am: 18951b35 am: a66473b6 am: 41585d28

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



Change-Id: I8c296a52be23d71d68eaf33a8de1871e11832f18
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2901a755 41585d28
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -605,6 +605,7 @@ cc_test {
    shared_libs: [
        "libbinder",
        "liblog",
        "libcutils",
        "libutils",
        "libutilscallstack",
        "libbase",
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <binder/Parcel.h>
#include <binder/RpcServer.h>
#include <binder/RpcSession.h>
#include <cutils/trace.h>
#include <gtest/gtest.h>
#include <utils/CallStack.h>

@@ -223,5 +224,10 @@ int main(int argc, char** argv) {
        return 1;
    }
    ::testing::InitGoogleTest(&argc, argv);

    // if tracing is enabled, take in one-time cost
    (void)ATRACE_INIT();
    (void)ATRACE_GET_ENABLED_TAGS();

    return RUN_ALL_TESTS();
}