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

Commit fbdd0789 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 am: f9102095

parents 50fec1a8 f9102095
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;