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

Commit 7201c17b authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "libbinder: keep uninit descriptor empty" am: 71ea90d3 am: 6787d27d...

Merge "libbinder: keep uninit descriptor empty" am: 71ea90d3 am: 6787d27d am: f9102095 am: fbdd0789 am: d2735855

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



Change-Id: I16edaf36f185b5e62ff769c06fc0944f646ea4f7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d86178e9 d2735855
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@ std::atomic_bool BpBinder::sCountByUidEnabled(false);
binder_proxy_limit_callback BpBinder::sLimitCallback;
binder_proxy_limit_callback BpBinder::sLimitCallback;
bool BpBinder::sBinderProxyThrottleCreate = false;
bool BpBinder::sBinderProxyThrottleCreate = false;


static StaticString16 kDescriptorUninit(u"<uninit descriptor>");
static StaticString16 kDescriptorUninit(u"");


// Arbitrarily high value that probably distinguishes a bad behaving app
// Arbitrarily high value that probably distinguishes a bad behaving app
uint32_t BpBinder::sBinderProxyCountHighWatermark = 2500;
uint32_t BpBinder::sBinderProxyCountHighWatermark = 2500;