Skip to content

Commit 7ad56a6

Browse files
authored
Merge pull request #1045 from NativeScript/darind/log-output-limit
Limit the size of logged objects to 1024 symbols
2 parents 8546e73 + d9ac24e commit 7ad56a6

File tree

10 files changed

+130
-71
lines changed

10 files changed

+130
-71
lines changed

test-app/app/src/main/assets/app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"gcThrottleTime": 500,
77
"memoryCheckInterval": 10,
88
"freeMemoryRatio": 0.50,
9-
"markingMode": "full"
9+
"markingMode": "full",
10+
"maxLogcatObjectSize": 1024
1011
}
1112
}

0 commit comments

Comments
 (0)