/**@class android.database.sqlite.SQLiteDebug.NoPreloadHolder @extends java.lang.Object Inner class to avoid getting the value frozen in zygote. {@hide} */ var NoPreloadHolder = { /** Controls the printing of informational SQL log messages. Enable using "adb shell setprop log.tag.SQLiteLog VERBOSE". */ DEBUG_SQL_LOG : "null", /** Controls the printing of SQL statements as they are executed. Enable using "adb shell setprop log.tag.SQLiteStatements VERBOSE". */ DEBUG_SQL_STATEMENTS : "null", /** Controls the printing of wall-clock time taken to execute SQL statements as they are executed. Enable using "adb shell setprop log.tag.SQLiteTime VERBOSE". */ DEBUG_SQL_TIME : "null", /** True to enable database performance testing instrumentation. */ DEBUG_LOG_SLOW_QUERIES : "null", /** Whether to add detailed information to slow query log. */ DEBUG_LOG_DETAILED : "null", };