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

Commit eaa72139 authored by Jing Ji's avatar Jing Ji
Browse files

Add a feature flag to log excessive incoming binder proxies in statsd

(cherry-picked from ag/26598471)

Bug: 298263955
Test: treehugger
Merged-In: I9d5b7173ffdf83ec2bdd93065290aabdaa3307ef
Change-Id: I5d296f692d1b6df13478ab4eb959223c67908d54
parent eb06a529
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@ flag {
    description: "Restrict network access for certain applications in BFGS process state"
    bug: "304347838"
}

flag {
    namespace: "backstage_power"
    name: "log_excessive_binder_proxies"
    description: "Log the excessive incoming binder proxies into statsd"
    bug: "298263955"
}