index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteDebug.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-06-03
Fix slow query log.
Makoto Onuki
2018-12-11
API: Clean up redundant and ineffective usages of SystemApi and TestApi
Adrian Roos
2018-10-24
DB Wipe detection
Makoto Onuki
2018-08-08
Enhance slow-query log output
Makoto Onuki
2018-08-02
Rework slow-query log
Makoto Onuki
2018-05-07
Make SQLiteDebug @TestApi
Fyodor Kupolov
2017-07-24
Tests for lookaside configuration
Fyodor Kupolov
2012-03-05
Make SQLiteDatabase final.
Jeff Brown
2012-03-01
Improve documentation of SQLite debugging options.
Jeff Brown
2012-01-20
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-19
Clean up SQLiteDebug natives.
Jeff Brown
2012-01-19
Clean up SQLite debugging code.
Jeff Brown
2012-01-18
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown
2011-12-16
Add plumbing for dumping database info using dumpsys.
Jeff Brown
2011-10-28
Improve the slow query instrumentation.
Jeff Brown
2010-11-29
Revert "Merge "print certain rows from downloads.db when bugreports are taken""
Vasu Nori
2010-11-22
print certain rows from downloads.db when bugreports are taken
Vasu Nori
2010-04-27
am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally incl...
Vasu Nori
2010-04-27
remove myname accidentally included in one of the files
Vasu Nori
2010-04-13
let apps set statement-cache size.
Vasu Nori
2010-03-11
add more debug info to SQL section in bugreport
Vasu Nori
2010-02-08
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-01
add instrumentation to log the sql statement + bindargs + databasename
Vasu Nori
2009-11-20
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Vasu Nori
2009-09-08
add a transaction monitor
Fred Quintana
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project