RDKEMW-12176: TestRdkCentralBranchCreationAndPush #64
RDKEMW-12176: TestRdkCentralBranchCreationAndPush #64PreethiLakshmi91 wants to merge 1 commit intodevelopfrom
Conversation
Reason for change: dummy Test Procedure: Device deepsleep causing the crash Risks: Low Priority: P2 Signed-off-by: ppalan289 <preethi_palanisamy@comcast.com>
There was a problem hiding this comment.
Pull request overview
This PR appears intended to relate to investigating a device deepsleep crash, but the proposed change only adds a non-functional placeholder comment to btrCore.c.
Changes:
- Added a single comment line near the top of
src/btrCore.c.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * limitations under the License. | ||
| */ | ||
| //btrCore.c | ||
| /*Preethi 1*/ |
There was a problem hiding this comment.
The added comment /*Preethi 1*/ doesn’t convey any technical intent and reads like a placeholder/personal note. Please remove it, or replace it with a meaningful comment that explains a non-obvious behavior (and why it’s needed).
| /*Preethi 1*/ |
| * limitations under the License. | ||
| */ | ||
| //btrCore.c | ||
| /*Preethi 1*/ |
There was a problem hiding this comment.
PR description/title mentions investigating a device deepsleep crash, but the only change here is adding a dummy comment. Please either update the PR description to match the change, or include the actual code change(s) addressing the crash.
Reason for change: dummy
Test Procedure: Device deepsleep causing the crash
Risks: Low
Priority: P2