summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDebug.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-06-03Fix slow query log.Makoto Onuki
2018-12-11API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos
2018-10-24DB Wipe detectionMakoto Onuki
2018-08-08Enhance slow-query log outputMakoto Onuki
2018-08-02Rework slow-query logMakoto Onuki
2018-05-07Make SQLiteDebug @TestApiFyodor Kupolov
2017-07-24Tests for lookaside configurationFyodor Kupolov
2012-03-05Make SQLiteDatabase final.Jeff Brown
2012-03-01Improve documentation of SQLite debugging options.Jeff Brown
2012-01-20Initialize SQLite as part of the android runtime.Jeff Brown
2012-01-19Clean up SQLiteDebug natives.Jeff Brown
2012-01-19Clean up SQLite debugging code.Jeff Brown
2012-01-18Fix issues with reentrant SQLite triggers.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2011-12-16Add plumbing for dumping database info using dumpsys.Jeff Brown
2011-10-28Improve the slow query instrumentation.Jeff Brown
2010-11-29Revert "Merge "print certain rows from downloads.db when bugreports are taken""Vasu Nori
2010-11-22print certain rows from downloads.db when bugreports are takenVasu Nori
2010-04-27am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally incl...Vasu Nori
2010-04-27remove myname accidentally included in one of the filesVasu Nori
2010-04-13let apps set statement-cache size.Vasu Nori
2010-03-11add more debug info to SQL section in bugreportVasu Nori
2010-02-08use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori
2010-02-01add instrumentation to log the sql statement + bindargs + databasenameVasu Nori
2009-11-20maintain cache of statementids returned by sqlite upon compiling a sql stmntVasu Nori
2009-09-08add a transaction monitorFred Quintana
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project