commit | 4f47b40e05245c395370aaf3e861ff24f3028766 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Apr 20 15:29:04 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Apr 21 16:01:00 2015 -0700 |
tree | 36e456c34311ee79f8c94a6383c55a03efa8321c | |
parent | 189d2785c3b71eac9c122c874586501a2ab723b2 [diff] |
Frameworks/base: Compile-time optimize SQLiteConnection Do not cache compiled regular expression and date formatter. Both cannot be compile-time created, are expensive at preloading time, and only used in the rare case of dumping the connection (mainly on errors). Bug: 19498458 Bug: 19542228 Change-Id: Ia38491a3f852ccf699b815ff05289b338e932f2a