Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0bce138e authored by Vasu Nori's avatar Vasu Nori Committed by Android (Google) Code Review
Browse files

Merge "fix a warning message that is confusing people."

parents 6b31e4d2 adf1c58f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1922,8 +1922,9 @@ public class SQLiteDatabase extends SQLiteClosable {
                    mCacheFullWarnings = 0;
                    // clear the cache
                    mCompiledQueries.clear();
                    Log.w(TAG, "compiled-sql statement cache cleared for the database " +
                            getPath());
                    Log.w(TAG, "Compiled-sql statement cache for database: " +
                            getPath() + " hit MAX size-limit too many times. " +
                            "Removing all compiled-sql statements from the cache.");
                } else {
                    // clear just a single entry from cache
                    Set<String> keySet = mCompiledQueries.keySet();