Skip to content

Instantly share code, notes, and snippets.

@aasaandinesh
aasaandinesh / RoomLoggingHelper.kt
Created December 9, 2018 15:11
Helper to generate logs for Room Database library
import android.annotation.SuppressLint
import androidx.room.RoomSQLiteQuery
private const val NULL = 1
private const val LONG = 2
private const val DOUBLE = 3
private const val STRING = 4
private const val BLOB = 5
private const val NULL_QUERY = "NULL"