r00tat / wificompass

Automatically exported from code.google.com/p/wificompass
9 stars 10 forks source link

configureable loglevels #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To which component is this related?
UI / Logic

Describe the improvement / request:

Android devices use per default the loglevel Info. If a device is set to Info 
and a debbuger is attached, the debugger will also receive debug and trace 
message. Because of that it is not possible to know which log message should be 
sent. 

To minimize processing overhead, the log level should be defined from the UI 
and logging methods, which require much processing could check if this level is 
enabled.

The Logger class should umplement isDebugEnabled aso. and allows setting the 
log level. There should be application settings, which should be persistent. 
They could either be saved in the database or any other way.

Original issue reported on code.google.com by paul.woe...@gmail.com on 22 Jan 2012 at 2:40

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r25.

Original comment by paul.woe...@gmail.com on 22 Jan 2012 at 5:04