[Libreoffice-commits] core.git: ios/LibreOfficeLight
jan Iversen
jani at libreoffice.org
Tue Jan 16 19:13:34 UTC 2018
ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/xcshareddata/xcschemes/SIMULATOR.xcscheme | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 08bad4b589dfecf4dd96909e228163080009f94d
Author: jan Iversen <jani at libreoffice.org>
Date: Tue Jan 16 20:11:32 2018 +0100
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
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>
More information about the Libreoffice-commits
mailing list