diff options
author | jan Iversen <jani@libreoffice.org> | 2018-02-13 18:17:52 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-02-13 19:58:41 +0100 |
commit | fc956e424b99492bbcd8a0df98c60e526ddb9bfd (patch) | |
tree | 0ad306ac80714af65cbced672a37dda3b5a59b8c /ios | |
parent | 8ba59842236056fd008965e6e1f72fd166151e63 (diff) |
iOS, SAL_LOG added to debug builds
Change-Id: Ibd5406c8f2ea7b46e3b4863ca1eba5a788bd270a
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme index b860af5cc7e5..676048c6e6d7 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme +++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme @@ -63,6 +63,13 @@ ReferencedContainer = "container:LibreOfficeLight.xcodeproj"> </BuildableReference> </BuildableProductRunnable> + <EnvironmentVariables> + <EnvironmentVariable + key = "SAL_LOG" + value = "+INFO+WARN" + isEnabled = "YES"> + </EnvironmentVariable> + </EnvironmentVariables> <AdditionalOptions> </AdditionalOptions> </LaunchAction> |