Kaydet (Commit) 41d6003e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make the use of SAL_LOG=+WARN+INFO optional

Change-Id: I6af17a7745f4de88b4933e93b77eda1050760794
üst 9e7c73d5
...@@ -68,7 +68,12 @@ public class Desktop ...@@ -68,7 +68,12 @@ public class Desktop
Bootstrap.setup(this); 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 // This sucks, we need to experiment and think, can an app process
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment