diff options
author | Makoto Onuki <omakoto@google.com> | 2019-05-31 16:03:50 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2019-06-03 10:39:30 -0700 |
commit | a9be33f7cf015a2d47f569f7e59e619d35194530 (patch) | |
tree | 7c66267011b326cb21f2084be8dfb9d3ae6683db /config/preloaded-classes | |
parent | 3074669af7234f6b43b27c95b7f51062b88316fc (diff) |
Fix slow query log.
SQLiteDebug.Const isn't supposed to be preloaded.
Fix: 134176355
Test: "setprop db.log.slow_query_threshold.10045 0" and make sure ...
it works for UID 10045
Change-Id: I06ca1531e968faa2378d0cb7f627e2c6a87cf502
Diffstat (limited to 'config/preloaded-classes')
-rw-r--r-- | config/preloaded-classes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 91cb47bd0200..b4fd031bf5a2 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -1105,7 +1105,6 @@ android.database.sqlite.SQLiteDatabase android.database.sqlite.SQLiteDatabaseConfiguration android.database.sqlite.SQLiteDatabaseCorruptException android.database.sqlite.SQLiteDatabaseLockedException -android.database.sqlite.SQLiteDebug$Consts android.database.sqlite.SQLiteDebug$DbStats android.database.sqlite.SQLiteDebug$PagerStats android.database.sqlite.SQLiteDebug |