Show Error Log Messages in release builds
Bug #657561 reported by
Rodja
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Tomdroid |
Fix Released
|
High
|
Olivier Bilodeau |
Bug Description
Currently all Log.e(...) calls are disabled when setting Tomdroid.
if (Tomdroid.
This makes debugging user error reports very hard. I suggest to remove the "if-condition" for all Log.e(..) calls, so we can get some useful error log output in released software.
Related branches
Changed in tomdroid: | |
assignee: | nobody → Olivier Bilodeau (plaxx) |
milestone: | none → 0.4.1 |
Changed in tomdroid: | |
status: | New → Fix Committed |
To post a comment you must log in.
Agreed.
I would add that care should be taken to avoid bombing the logs with 300 parse errors..