commit | 46c1bfdaed58d3f7729ec1a36901ffbf7d21b3e8 | [log] [tgz] |
---|---|---|
author | Chris Ye <lzye@google.com> | Sun May 15 10:45:24 2022 -0700 |
committer | Chris Ye <lzye@google.com> | Fri May 20 19:19:19 2022 -0700 |
tree | 4102217bc5035566335014a1b7926f9498cb8697 | |
parent | bb8b65ec893faf87992dfb11fd0be37f000264b3 [diff] |
Replace usage of String.format for performance. String.format is slow, replacing String.format() with inline concatenation is ~9x faster. Bug: 230678224 Bug: 230380937 Test: atest FrameworksWifiTests Change-Id: Ifc330ba2f547600c5c70dcf9d827a161e7023d39