mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: configs: gki: add CONFIG_PRINTK_CALLER
Thread ID and CPU ID is useful to distinguish printk callers from different threads/cpus. Enable config to prepend the information to printk statements. Bug: 171425082 Bug: 170888438 Signed-off-by: Jonglin Lee <jonglin@google.com> Change-Id: Ia5b3396971c689618ae8235b9c75a9f8d07774f2 (cherry picked from commit db79bb68e2955f8d3974823e6a6391934bfd443d) Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
35693714b7
commit
739700aaa4
@@ -583,6 +583,7 @@ CONFIG_CRC8=y
|
||||
CONFIG_XZ_DEC=y
|
||||
CONFIG_DMA_CMA=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_PRINTK_CALLER=y
|
||||
CONFIG_DYNAMIC_DEBUG_CORE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
|
||||
Reference in New Issue
Block a user