Skip to content

Commit 2bcea59

Browse files
committedAug 3, 2016
ENH better debug log+ debug tool
- Clean debug logs - Tool to help debugging
1 parent 3b294cd commit 2bcea59

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
 

‎debuglog.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
journalctl /usr/bin/gnome-shell -f -o cat | grep -E -e "ToDo|JS ERROR" #| sed -e 's/ JS LOG://'

‎metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"description": "Todo list extension. You can add and remove task on your list in different section",
33
"name": "Section Todo List",
44
"shell-version": [
5-
"3.18",
6-
"3.16",
7-
"3.14"
5+
"3.20",
6+
"3.19",
7+
"3.18"
88
],
99
"url": "https://github.com/tomMoral/todolist-gnome-shell-extension",
1010
"uuid": "todolist@tomMoral.org"

‎utils.js

+6
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ function getSettings()
2727
settings_schema: schema
2828
});
2929
}
30+
31+
function debug(msg)
32+
{
33+
log('[ToDo] - DEBUG - ' + msg)
34+
}
35+

0 commit comments

Comments
 (0)