Setting Build-Time Configuration Values
In addition to the configuration values set within the core dump UI,
there is a set of macros that can be defined in an MMP file for the device
variant at build time. A table lists the macro names with their descriptions.
Macro | Purpose |
---|
SCM_COMM_OUTPUT
|
Enables the system crash data to be sent through the communication
port to the PC in case of a system crash at device boot time.
|
LOG_KERNEL_HEAP
|
Enables kernel heap logging.
Note: The kernel heap data is potentially large and
may not fit into flash partition.
|
LOG_PROCESS_SPECIFIC_STACK
|
Obtains the log stack data that is specific to the process.
|
LOG_SYSTEM_WIDE_STACK
|
Logs the stack data for all the processes.
|