mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-07 08:01:35 +00:00
Use LARGER_TASK_STACK_SIZE to increase stack size to 640 bytes. Check HOSTCMD stack usage with "taskinfo" command while running the suspend/resume stress test. 8 R HOSTCMD 00000001 21.133553 496/640 It exceeds 488 bytes of TASK_STACK_SIZE. BUG=chrome-os-partner:51773 BRANCH=none TEST=enter "suspend_stress_test -i spi32766.0" in AP to do suspend test. System won't do cold reboot which is cause by "Stack overflow in HOSTCMD task!". Change-Id: Ic5edebc6b77637ca2c648798398e3f24bc87ca27 Signed-off-by: YH Huang <yh.huang@mediatek.com> Reviewed-on: https://chromium-review.googlesource.com/336593 Reviewed-by: Rong Chang <rongchang@chromium.org>