commit | e9375a281457a3eb15de0e784ae42bdb5f4c0521 | [log] [tgz] |
---|---|---|
author | Joakim Andersson <joakim.andersson@nordicsemi.no> | Wed Mar 04 16:15:23 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 28 09:11:13 2020 -0400 |
tree | f773903a346d0c08716619956ba2550f9f365dfb | |
parent | e0d38bf6a10bd9cd978a2c0761f1f9182fecbbec [diff] |
Bluetooth: Remove bluetooth thread stack size analysis Remove logging of individual threads spread out throughout the bluetooth subsystem. The stacks can be analysed by enabling the following options. CONFIG_THREAD_ANALYZER=y CONFIG_THREAD_ANALYZER_AUTO=y CONFIG_THREAD_ANALYZER_RUN_UNLOCKED=y Optional: CONFIG_THREAD_NAME=y Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>