Search Issue Tracker
Fixed in 4.6.1
Votes
0
Found in
4.5.3f3
Issue ID
626431
Regression
No
SystemExecutableAndDlls is counting the executable twice
To Reproduce:
1. Open the project & build it to iOS, with development build on.
2. Click 'Print sizes' notice that 'Total' is equal to:
module1 + module2 + 2*executable.
3. This happens because the 'GetLoadedDylibs()' from BonjourClientImpl.mm in 'Plugins/iOS' includes the size of the executable when calculating the tool size taken up by modules.
4. Because of this the executable size seems to be double counted by the memory profiler.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
Add comment