diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-12-08 11:22:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-10 06:31:33 +0000 |
commit | 56d071c10ca8016848f1f059aa3eb197fe928844 (patch) | |
tree | 956ba2f8f51a7845c603aa0875e83d40d8938e68 /sal/util | |
parent | 014b9ac2e4ec22a1eed2fde806edd7a840035a45 (diff) |
rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACE
since "trace" is such a generic term, this makes it easier to actually find the feature when you need it.
And add feature to limit stack depth of the reported backtrace.
Change-Id: Iab3e4ceb2e8480e7b5e2b920eb6c5d7631e21c43
Reviewed-on: https://gerrit.libreoffice.org/31752
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index c8f3a7426964..96ea9d13b945 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -728,6 +728,11 @@ PRIVATE_1.2 { # LibreOffice 3.5 sal_detail_logFormat; } PRIVATE_1.1; +PRIVATE_1.3 { # LibreOffice 5.4 + global: + sal_detail_log_backtrace; +} PRIVATE_1.2; + PRIVATE_textenc.1 { # LibreOffice 3.6 global: _ZN3sal6detail7textenc20convertCharToUnicode*; |