diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-13 11:50:12 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-01-24 08:36:43 +0000 |
commit | 6ebf8368a5cdec0d0e5a44dc5191d2b7c040240f (patch) | |
tree | 0fc228c4a7a217b0f2338061f7e8e026eecb3011 /scp2 | |
parent | a449e0d2425fdedc02fae793a925dd0702d70319 (diff) |
Crashdump: Make crash directory configurable
Change-Id: I8106ec674080ede7072581dab2e6700040de5828
Reviewed-on: https://gerrit.libreoffice.org/33032
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7eb4e0e6ba6d..5ba90d0ef618 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -634,6 +634,12 @@ Profile gid_Brand_Profile_Fundamental_Ini Dir = GID_BRAND_DIR_ETC; End +Profile gid_Brand_Profile_Crashreport_Ini + ModuleID = gid_Module_Root_Brand; + Name = PROFILENAME(crashreport); + Dir = GID_BRAND_DIR_ETC; +End + #if !defined MACOSX Profile gid_Brand_Profile_Redirect_Ini ModuleID = gid_Module_Root_Brand; @@ -1199,3 +1205,11 @@ ProfileItem gid_Brand_Profileitem_Setup_Install Styles = (INIFILETABLE); End #endif + +ProfileItem gid_Brand_Profileitem_CrashReport_Path + ProfileID = gid_Brand_Profile_Crashreport_Ini; + ModuleID = gid_Module_Root_Brand; + Section = "CrashReport"; + Key = "CrashDirectory"; + Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash"; +End |