mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Disable logger by default
This commit is contained in:
@@ -45,7 +45,7 @@ public class RuntimeHelper
|
||||
{
|
||||
System.loadLibrary("NativeScript");
|
||||
|
||||
Logger logger = new LogcatLogger(true, app);
|
||||
Logger logger = new LogcatLogger(false, app);
|
||||
|
||||
boolean showErrorIntent = hasErrorIntent();
|
||||
if (!showErrorIntent)
|
||||
@@ -105,4 +105,4 @@ public class RuntimeHelper
|
||||
}
|
||||
|
||||
private final String logTag = "MyApp";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user