mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Allow CONFIG_STACKTRACE to be enabled by itself.
This allows us to get a kernel stacktrace for a thread though /proc. Also enable it by default. Change-Id: If8c21cd02feaf9863f4841ace524fa30c7328d49 Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
parent
0dcd84058b
commit
0f01bb1747
1 changed files with 2 additions and 1 deletions
|
@ -676,8 +676,9 @@ config DEBUG_LOCKING_API_SELFTESTS
|
|||
mutexes and rwsems.
|
||||
|
||||
config STACKTRACE
|
||||
bool
|
||||
bool "Stacktrace"
|
||||
depends on STACKTRACE_SUPPORT
|
||||
default y
|
||||
|
||||
config DEBUG_STACK_USAGE
|
||||
bool "Stack utilization instrumentation"
|
||||
|
|
Loading…
Reference in a new issue