Skip to content

Instantly share code, notes, and snippets.

@rik
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rik/23756a2be3e2603640e3 to your computer and use it in GitHub Desktop.
Save rik/23756a2be3e2603640e3 to your computer and use it in GitHub Desktop.
diff --git a/apps/communications/dialer/js/call_log_db.js b/apps/communications/dialer/js/call_log_db.js
index 0eb4855..cea3fe0 100644
--- a/apps/communications/dialer/js/call_log_db.js
+++ b/apps/communications/dialer/js/call_log_db.js
@@ -955,7 +955,7 @@ var CallLogDBManager = {
if (item && getCursor) {
if (storeName === self._dbGroupsStore) {
- console.log('_getList', item.value.id);
+ console.log('_getList', item.value.id, Utils.getDayDate(item.value.lastEntryDate));
callback({
value: self._getGroupObject(item.value),
continue: function() { return item.continue(); }
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368136800000,212654644184,incoming,connected 1368741600000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1367532000000,212654644184,dialing 1368741600000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368741600000,943-416-2624,dialing 1368741600000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368741600000,96589122,incoming,connected 1368741600000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368741600000,96589122,dialing 1368741600000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368050400000,510-550-5615,incoming,connected 1368655200000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368655200000,990-410-4215,dialing 1368655200000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368050400000,241-936-1001,incoming,connected 1368655200000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368655200000,212654644184,incoming,connected 1368655200000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368050400000,212654644184,dialing 1368655200000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368568800000,42350991,incoming,connected 1368568800000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368568800000,42350991,dialing 1368568800000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368568800000,510-550-5615,incoming,connected 1368568800000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1368482400000,510-550-5615,dialing 1368482400000
E/GeckoConsole( 7284): Content JS LOG at app://communications.gaiamobile.org/dialer/js/call_log_db.js:958 in onsuccess: _getList 1366754400000,990-410-4215,incoming,connected 1368482400000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment