summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-05-14 22:20:23 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-05-17 20:14:06 +0200
commitbdc06fe4c637c593bea4d0485c63ba3516acdf52 (patch)
tree9ce5056973fdd0fefba2966cee16f96cdd2c10b0 /coin
parentd15c52735c51d9c1fb18964dabe10d5a97250020 (diff)
downloadqtapplicationmanager-bdc06fe4c637c593bea4d0485c63ba3516acdf52.tar.gz
Disable custom logging and the crash handler on Coin
Change-Id: I585cead9b6e4223b415344c3e5bd8d2f135c0c6f Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index a6d2944b..f236bf63 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -30,6 +30,12 @@ instructions:
- type: EnvironmentVariable
variableName: AM_TIMEOUT_FACTOR
variableValue: 4
+ - type: EnvironmentVariable
+ variableName: AM_NO_CUSTOM_LOGGING
+ variableValue: 1
+ - type: EnvironmentVariable
+ variableName: AM_NO_CRASH_HANDLER
+ variableValue: 1
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"