The Gleap iOS SDK collects console logs for the Release
profile by default. Further more you can make use of our custom logs, which offer more control over the logs.
Console logs are enabled by default on Release
profile builds. In debug mode, console logs are disabled by default.
You can enable console logs in debug mode by calling the following method. Make sure to call this method BEFORE
initializing the Gleap SDK.
Please note that this can lead to freezing or crashing applications, depending on what 3rd party libraries you have installed. If you encounter an app freeze with this option enabled, please disable it again or remove 3rd parties, that also rewire the console logs (like Firebase Crashlytics or Sentry).
It is possible to disable the default collection of console logs by calling the following method prior to the initialization of Gleap.
Custom logs allow you to create logs in the Gleap activity log. There are three severnity types available for logs: ERROR
, WARNING
and INFO
.
By default logs will be created with the severnity INFO
. Use the following method to explicitly set the severnity.
The Gleap iOS SDK collects console logs for the Release
profile by default. Further more you can make use of our custom logs, which offer more control over the logs.
Console logs are enabled by default on Release
profile builds. In debug mode, console logs are disabled by default.
You can enable console logs in debug mode by calling the following method. Make sure to call this method BEFORE
initializing the Gleap SDK.
Please note that this can lead to freezing or crashing applications, depending on what 3rd party libraries you have installed. If you encounter an app freeze with this option enabled, please disable it again or remove 3rd parties, that also rewire the console logs (like Firebase Crashlytics or Sentry).
It is possible to disable the default collection of console logs by calling the following method prior to the initialization of Gleap.
Custom logs allow you to create logs in the Gleap activity log. There are three severnity types available for logs: ERROR
, WARNING
and INFO
.
By default logs will be created with the severnity INFO
. Use the following method to explicitly set the severnity.