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,6 +68,11 @@ public class Desktop ...@@ -68,6 +68,11 @@ public class Desktop
Bootstrap.setup(this); Bootstrap.setup(this);
// 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"); Bootstrap.putenv("SAL_LOG=+WARN+INFO");
} }
......
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