| 93 | } |
| 94 | |
| 95 | bool ValdiRuntimeTweaks::disableAnimationRemoveOnCompleteIos() const { |
| 96 | return getConfigKey("VALDI_DISABLE_ANIMATION_REMOVE_ON_COMPLETE_IOS"); |
| 97 | } |
| 98 | |
| 99 | bool ValdiRuntimeTweaks::enableScopedContextStackTraceCapture() const { |
| 100 | static const StringBox kKey = |
no outgoing calls
no test coverage detected