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

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

Merge "change wording in warning msg printed when compiled-sql cache is full"

parents e33813df 82f82be4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1880,8 +1880,7 @@ public class SQLiteDatabase extends SQLiteClosable {
                 */
                Log.w(TAG, "Reached MAX size for compiled-sql statement cache for database " +
                        getPath() + "; i.e., NO space for this sql statement in cache: " +
                        sql + ". Make sure your sql " +
                        "statements are using prepared-sql-statement syntax with '?' for " +
                        sql + ". Please change your sql statements to use '?' for " +
                        "bindargs, instead of using actual values");
                
                /* increment the number of times this warnings has been printed.