HomeSort by relevance Sort by last modified time
    Searched full:android_log (Results 1 - 1 of 1) sorted by null

  /external/sqlite/android/
sqlite3_android.cpp 130 static void android_log(sqlite3_context * context, int argc, sqlite3_value ** argv) function
548 err = sqlite3_create_function(handle, "_LOG", 1, SQLITE_UTF8, NULL, android_log, NULL, NULL);

Completed in 93 milliseconds