Make the use of SAL_LOG=+WARN+INFO optional
Change-Id: I6af17a7745f4de88b4933e93b77eda1050760794
This commit is contained in:
parent
9e7c73d54c
commit
41d6003e87
@ -68,7 +68,12 @@ public class Desktop
|
||||
|
||||
Bootstrap.setup(this);
|
||||
|
||||
Bootstrap.putenv("SAL_LOG=+WARN+INFO");
|
||||
// To enable the putenv below, which turns on all SAL_INFO
|
||||
// logging, do: "adb shell setprop log.tag.LODesktopLogging
|
||||
// VERBOSE".
|
||||
|
||||
if (Log.isLoggable("LODesktopLogging", Log.VERBOSE))
|
||||
Bootstrap.putenv("SAL_LOG=+WARN+INFO");
|
||||
}
|
||||
|
||||
// This sucks, we need to experiment and think, can an app process
|
||||
|
Loading…
x
Reference in New Issue
Block a user