summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDebug.java
Commit message (Expand)AuthorAgeFilesLines
* Make slow queries logs show only when log tag enabledEdgar Arriaga2021-11-291-1/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-2/+1
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+16
* Fix slow query log.Makoto Onuki2019-06-031-3/+4
* API: Clean up redundant and ineffective usages of SystemApi and TestApiAdrian Roos2018-12-111-2/+0
* DB Wipe detectionMakoto Onuki2018-10-241-1/+6
* Enhance slow-query log outputMakoto Onuki2018-08-081-3/+3
* Rework slow-query logMakoto Onuki2018-08-021-27/+51
* Make SQLiteDebug @TestApiFyodor Kupolov2018-05-071-0/+1
* Tests for lookaside configurationFyodor Kupolov2017-07-241-3/+7
* Make SQLiteDatabase final.Jeff Brown2012-03-051-0/+3
* Improve documentation of SQLite debugging options.Jeff Brown2012-03-011-2/+10
* Initialize SQLite as part of the android runtime.Jeff Brown2012-01-201-1/+0
* Clean up SQLiteDebug natives.Jeff Brown2012-01-191-7/+5
* Clean up SQLite debugging code.Jeff Brown2012-01-191-86/+1
* Fix issues with reentrant SQLite triggers.Jeff Brown2012-01-181-1/+9
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+7
* Add plumbing for dumping database info using dumpsys.Jeff Brown2011-12-161-0/+8
* Improve the slow query instrumentation.Jeff Brown2011-10-281-0/+24
* Revert "Merge "print certain rows from downloads.db when bugreports are taken""Vasu Nori2010-11-291-10/+6
* print certain rows from downloads.db when bugreports are takenVasu Nori2010-11-221-6/+10
* am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally incl...Vasu Nori2010-04-271-2/+0
|\
| * remove myname accidentally included in one of the filesVasu Nori2010-04-271-2/+0
* | let apps set statement-cache size.Vasu Nori2010-04-131-2/+7
|/
* add more debug info to SQL section in bugreportVasu Nori2010-03-111-4/+79
* use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-081-65/+7
* add instrumentation to log the sql statement + bindargs + databasenameVasu Nori2010-02-011-7/+71
* maintain cache of statementids returned by sqlite upon compiling a sql stmntVasu Nori2009-11-201-0/+6
* add a transaction monitorFred Quintana2009-09-081-4/+9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+107
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-107/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+107