commit | deebf047251ca0c347038c67bb799002015a6e48 | [log] [tgz] |
---|---|---|
author | Ted Bauer <[email protected]> | Tue Sep 17 17:59:47 2024 +0000 |
committer | Ted Bauer <[email protected]> | Wed Sep 18 16:40:08 2024 +0000 |
tree | e6106fe1ab24131b47bc695163bf56a120416fb5 | |
parent | ec3c8b5ea939036db65c484563c507ff9c609cb1 [diff] |
Reduce Binder transaction size in getAllProperties getAllStrings makes a Binder transaction to retrieve all flag keys and values. The transaction is becoming prohibitively large, so switch to making a Binder call to retrieve the namespaces first, then call getStrings with each namespace. Change-Id: Icb3d946a2cdf9c4497ab0605b4fe9101ed67598d Flag: android.provider.reduce_binder_transaction_size Test: m Bug: 362652574