Skip to content

Instantly share code, notes, and snippets.

View TareqElMasriDev's full-sized avatar

Tareq El-Masri TareqElMasriDev

View GitHub Profile
JS: 07-27 15:07:47.808 INFO [BackgroundGeolocation <init>]
JS: ╔═════════════════════════════════════════════
JS: ║ BackgroundGeolocation adapter
JS: ╠═════════════════════════════════════════════
JS:
JS: 07-27 15:07:47.866 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS locations (id INTEGER PRIMARY KEY AUTOINCREMENT, uuid TEXT NOT NULL DEFAULT '', timestamp TEXT, json TEXT, locked BOOLEAN);
JS: 07-27 15:07:47.888 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay INTEGER NOT NULL DEFAULT 0, extras TEXT);
JS: 07-27 15:07:47.916 DEBUG [SQLiteLocationDAO dbh]
JS: ✅ Opened database
JS: 07-27 15:07:47.9
07-28 22:46:55.205 INFO [BackgroundGeolocation <init>]
╔═════════════════════════════════════════════
║ BackgroundGeolocation adapter
╠═════════════════════════════════════════════
07-28 22:46:55.260 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS locations (id INTEGER PRIMARY KEY AUTOINCREMENT, uuid TEXT NOT NULL DEFAULT '', timestamp TEXT, json TEXT, locked BOOLEAN);
07-28 22:46:55.270 DEBUG [a onCreate] CREATE TABLE IF NOT EXISTS geofences (id INTEGER PRIMARY KEY AUTOINCREMENT, identifier TEXT NOT NULL UNIQUE, latitude DOUBLE NOT NULL, sin_latitude DOUBLE NOT NULL, cos_latitude DOUBLE NOT NULL, longitude DOUBLE NOT NULL, sin_longitude DOUBLE NOT NULL, cos_longitude DOUBLE NOT NULL, radius DOUBLE NOT NULL, notifyOnEntry BOOLEAN NOT NULL DEFAULT 0, notifyOnExit BOOLEAN NOT NULL DEFAULT 0, notifyOnDwell BOOLEAN NOT NULL DEFAULT 0, loiteringDelay INTEGER NOT NULL DEFAULT 0, extras TEXT);
07-28 22:46:55.292 DEBUG [SQLiteLocationDAO dbh]
✅ Opened database
07-28 22:46:55.304 DEBUG [SQLiteLocationDAO prune]