-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update feature flags logic in media clusters & TV app #18191
Update feature flags logic in media clusters & TV app #18191
Conversation
25d274d
to
ce66350
Compare
PR #18191: Size comparison from 11587f5 to 8cbd38c Increases (5 builds for cc13x2_26x2, esp32, nrfconnect, p6)
Decreases (1 build for cc13x2_26x2)
Full report (25 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
5143936
to
004ef68
Compare
PR #18191: Size comparison from 04c85c7 to 004ef68 Increases (3 builds for cc13x2_26x2, nrfconnect, p6)
Decreases (1 build for cc13x2_26x2)
Full report (18 builds for cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, p6, telink)
|
004ef68
to
37df305
Compare
PR #18191: Size comparison from 04c85c7 to 37df305 Increases (5 builds for cc13x2_26x2, esp32, nrfconnect, p6)
Decreases (1 build for cc13x2_26x2)
Full report (25 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
src/app/clusters/content-launch-server/content-launch-server.cpp
Outdated
Show resolved
Hide resolved
37df305
to
85cee77
Compare
PR #18191: Size comparison from 25e241e to 85cee77 Increases (6 builds for cc13x2_26x2, esp32, nrfconnect, p6)
Decreases (2 builds for cc13x2_26x2)
Full report (26 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
5526282
to
54ff326
Compare
PR #18191: Size comparison from 25e241e to 54ff326 Increases (6 builds for cc13x2_26x2, esp32, nrfconnect, p6)
Decreases (2 builds for cc13x2_26x2)
Full report (26 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
VerifyOrExit(isDelegateNull(delegate, endpoint) != true, err = CHIP_ERROR_INCORRECT_STATE); | ||
|
||
VerifyOrExit(isDelegateNull(delegate, endpoint) != true && HasFeature(endpoint, ContentLauncherFeature::kContentSearch), | ||
err = CHIP_ERROR_INCORRECT_STATE); | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lazarkov This still has extra curly braces that don't seem to have a reason to exist....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I haven't understood your comment at first, I'll remove it.
Problem
Change overview
see above
Issue(s) fixed:
17749
17737
Testing
Run
./scripts/run_in_build_env.sh \ "./scripts/tests/run_test_suite.py \ --chip-tool ./out/debug/standalone/chip-tool \ run \ --iterations 1 \ --all-clusters-app ./out/debug/standalone/chip-all-clusters-app \ --tv-app ./out/debug/standalone/chip-tv-app \ "