In an Android project that intentionally crashes from C ++, the call stack is not output at the time of the crash.
Perhaps the function that outputs StackTrace in DefaultCrashHandler of AndroidMisc.cpp is not called with an error.
As far as I have investigated, it seems to fail in the last FCStringAnsi :: Strncat (HumanReadableString, StackLine, HumanReadableStringSize); in FAndroidPlatformStackWalk :: SymbolInfoToHumanReadableString.
expect : output callstack in log
result : there are not output about callstack in log
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-79099 in the post.
2 |
Component | UE - Platform - Mobile |
---|---|
Affects Versions | 4.21.2, 4.22.3 |
Created | Aug 19, 2019 |
---|---|
Resolved | Aug 27, 2021 |
Updated | Aug 27, 2021 |