[REVIEW] [at]ben.woodhouse
#localization none
#tests locally tested that both MB2 and MB3 allocators work on Win Client builds
[CL 32077055 by dmytro vovk in 5.4 branch]
Server csvs are being filtered out by PRS due to auto trace/framepro captures during the match.
#rb richard.smith
[FYI] ben.woodhouse
[CL 31579466 by jordan cristiano in 5.4 branch]
Some channels are marked read-only (e.g. memory tracing channels) and cannot be toggled while the application is running. However there was no feedback when users tried to enable those channels using console commands for example or using the public API. With this change a logging channel argument is added to several internal methods in order to output information correctly, to console feedback when needed.
#rb ionut.matasaru
#jira UE-149917
[CL 31514835 by Johan Berg in 5.4 branch]
#rb evgenii.babinets
[FYI] ben.woodhouse
#tests Win64 test client csv start/stop with stat namedevents/stop with stat namedevents
[CL 31492121 by jordan cristiano in 5.4 branch]
In some cases our unwinding tables approach doesn't seem to work (e.g. compiled with clang). In those cases fall back to the standard stack walking methods.
#jira UE-197065
#rb ionut.matasaru
[CL 31170577 by Johan Berg in 5.4 branch]
All arguments must be separate entries in the argument array. Otherwise they will be passed a single extra argument.
#rb ionut.matasaru
#jira UE-204157
[CL 31122947 by Johan Berg in 5.4 branch]
[FYI] dmytro.vovk
Original CL Desc
-----------------------------------------------------------------
Fixed default initialization of TLS slots to 0 and invalidity check against 0 as 0 is a valid TLS slot index
#rb Francis.Hurteau, Matt.Peters
[CL 31088667 by sean boocock in 5.4 branch]
Also add a debug cvar csv.PauseProcessingThread to pause the processing thread, simulating CPU starvation.
#rb serge.bernier
#tests Tested on Switch
[FYI] luke.thatcher
[CL 30946963 by ben woodhouse in 5.4 branch]
Command being sent to the argument will include the initial space. Our code in runtime does not trim the argument string and fails comparison to the recognized commands.
#rb ionut.matasaru
#jira UE-204157
[CL 30802457 by johan berg in ue5-main branch]