~aleteoryx/muditaos

706b5f29b957b80a53b92ec52c5d13719ca54789 — wojtekrzepecki 4 years ago 33a74f4
[BH-1209] Fix Bell crash on shutdown

bump of appBell stack size
M products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp => products/BellHybrid/apps/application-bell-main/include/application-bell-main/ApplicationBellMain.hpp +1 -1
@@ 24,7 24,7 @@ namespace app
                                     std::string parent                  = "",
                                     StatusIndicators statusIndicators   = StatusIndicators{},
                                     StartInBackground startInBackground = {false},
                                     std::uint32_t stackDepth            = 8192);
                                     std::uint32_t stackDepth            = 10240);

        sys::ReturnCodes InitHandler() override;