Skip to content

Conversation

@darind
Copy link
Collaborator

@darind darind commented May 8, 2018

Related to #1026

Added new flag maxLogcatObjectSize to app/package.json which allows to control the maximum size of objects sent to logcat before truncating. The default value is 1024:

{
    "android": {
        "v8Flags": "--expose_gc",
        "maxLogcatObjectSize": 1024
    },
    "main": "app.js",
    "name": "tns-template-hello-world",
    "version": "4.0.0"
}

@darind
Copy link
Collaborator Author

darind commented May 8, 2018

test

@darind darind requested a review from vtrifonov May 8, 2018 15:05
@nericode
Copy link

nericode commented Jun 2, 2020

And iOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants