10 Aug 2023 11:08 PM - last edited on 11 Aug 2023 08:32 AM by MaciejNeumann
I'm using the Fastlane plugin to upload our dsyms to Dynatrace. I've started receiving this error:
INFO [2023-08-01 19:30:42.49]: ▸ 2023-08-01 19:30:42.493 DTXDssClient[26630:90673] WARNING Extract [DTXSymbolExtractor.mm:916-259] Demangled symbol name of length 6842 exceeds maximum length of 5000. The symbol will be truncated and not be included in full length. This behavior can be overridden by using the maxSymbolSize parameter.
Looking at the documentation (https://github.com/Dynatrace/fastlane-plugin-dynatrace), I don't see `maxSymbolSize` as an available parameter to provide:
From the log file, I see that we're using:
DTXDssClient version 8.271.2.1007 built on 2023-07-14
But the logs also show it was updated:
INFO [2023-08-01 19:30:02.11]: Found a different remote DTXDssClient client. Removing local version and updating.
I started digging into this after checking a crash, and seeing a message "The stack trace could not be processed correctly with the uploaded mapping file."
Any suggestions?
Jamie
Solved! Go to Solution.
11 Aug 2023 06:40 AM
Hi!
maxSymbolSize Limits the maximum length (characters) of the demangled symbols. Can be disabled by setting it to 0. (Default 5000)
07 May 2024 09:29 AM
For the last point of the solution, did you create a support ticket and what was the solution? We also receive the following message for stack traces:
- The stack trace could not be processed correctly with the uploaded mapping file.
Could you please also specify in which log files you found the error messages (path to the logs)?
Many Thanks,
Urs