diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-16 20:11:32 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-16 20:13:06 +0100 |
commit | 08bad4b589dfecf4dd96909e228163080009f94d (patch) | |
tree | 4bfdb431e625b3224770c6e7773444058c697dcf /ios | |
parent | 6e31851e72520ce08e5cd2bf1f3aaa9f100a3eff (diff) |
iOS, actived SAL_INFO + SAL_WARN in debug
SAL_INFO and SAL_WARN are now sending output to the debugger
window (which can be saved to a file, in the xcode menu)
Change-Id: I0a9b98f8da469e71c6fd56d624dad446561c1153
Diffstat (limited to 'ios')
-rw-r--r-- | ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme index 09077ed7fb93..ea2830f52976 100644 --- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme +++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.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> |