-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: Enable modem traces in release builds
Enable modem traces in release builds: - Only send modem traces to memfault in debug build - Traces are default on for all builds, need to look into the energy penalty of doing this. - Added docs on how to dump modem traces. Signed-off-by: Simen S. Røstad <[email protected]>
- Loading branch information
1 parent
3ddeec6
commit bda4a05
Showing
8 changed files
with
64 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Copyright (c) 2024 Nordic Semiconductor | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
CONFIG_APP_MEMFAULT_INCLUDE_MODEM_TRACES=y | ||
|
||
# Disable traces by default, let the Memfault module enable and set the trace the log level. | ||
CONFIG_NRF_MODEM_LIB_TRACE_LEVEL_OFF=y | ||
|
||
# Set nRF Cloud CoAP security tag to a dev tag to enable decoded DTLS traces. | ||
# It is required that the nRF Cloud CoAP server certificate has been provisioned to the sec tag. | ||
CONFIG_NRF_CLOUD_COAP_SEC_TAG=2147483667 | ||
CONFIG_NRF_CLOUD_COAP_JWT_SEC_TAG=4242 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters