Skip to content

Commit a2449da

Browse files
committed
fix logging
1 parent f2a45fd commit a2449da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/src/com/tns/RuntimeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void initRuntime()
4646
{
4747
System.loadLibrary("NativeScript");
4848

49-
Logger logger = new LogcatLogger(false, app);
49+
Logger logger = new LogcatLogger(true, app);
5050

5151
boolean showErrorIntent = hasErrorIntent();
5252
if (!showErrorIntent)

0 commit comments

Comments
 (0)