Skip Navigation

Set detailed logging

To set a target’s activity logging configuration to print all messages, including those that belong to the Detailed category, complete the following steps:
  1. Open the
    assets/settings.json
    file of the app.
  2. Add a
    GDConsoleLogger
    array attribute to the settings object, or change the existing attribute to a single string element with a value of
    “GDFilterNone”
    as shown in context in the following snippet:
    ... {   "GDLibraryMode": "GDEnterprise", "GDApplicationID": "com.example.browser", "GDApplicationVersion": "1.0.0.0", "GDConsoleLogger": [ "GDFilterNone" ] } ….
The console will now include all log messages the next time the target is built and run.