[CIONLY] west: test for PR 86473 in zephyr#9867
Draft
tmleman wants to merge 3 commits intothesofproject:mainfrom
Draft
[CIONLY] west: test for PR 86473 in zephyr#9867tmleman wants to merge 3 commits intothesofproject:mainfrom
tmleman wants to merge 3 commits intothesofproject:mainfrom
Conversation
6843edb to
09a0fb4
Compare
I am only testing the PR in Zephyr. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This patch updates the debug overlay configuration to enable the `LOG_BACKEND_ADSP_MTRACE_AUTOSTART` option. By setting this option to 'y', the ADSP mtrace logging backend will automatically start in the debug overlay, facilitating detailed logging for debugging purposes. This change allows developers to capture comprehensive logs during debugging sessions, aiding in the identification and resolution of issues. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This patch addresses an issue where logs were not being collected after an IPC message when the mtrace autostart was disabled in regular builds. The problem was resolved by replacing `log_backend_activate` and `log_backend_deactivate` with `log_backend_enable` and `log_backend_disable`, respectively. These functions ensure that the backend is properly enabled with the initial maximum filtering level and disabled when necessary. This change ensures that logging behavior aligns with the intended configuration, allowing logs to be collected as expected after an IPC message. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am only testing the PR in Zephyr.