commit | 13e11e83f66c374637839548f3c871f6df3b6868 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Jul 07 16:46:37 2017 -0700 |
committer | Christopher Tate <ctate@google.com> | Fri Jul 07 17:02:58 2017 -0700 |
tree | 653d7eb2cdf1e8dd4917814e79029f824d1f938a | |
parent | 46307b1117de4069e60c9871c7647dfd065a45dc [diff] |
Add buffer-size parameter to FastXmlSerializer ctor Also increase the default internal buffer size from 8kb to 32kb. We have evidence that we're incurring a fair bit of "extra" disk write load in various common circumstances like SharedPreferences, and this should help eliminate that. Bug 63432101 Test: bit CtsContentTestCases:.SharedPreferencesTest Change-Id: Iba4768262142555a279284b2ae70741424ee2184