-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Consider moving more functionality to Darwin MTRCallbackBridgeBase #23597
Comments
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jan 30, 2023
Also eliminates the last direct (and hence not interceptible by API consumers) NSLog calls in the Darwin framework and adds a lint for those. Fixes project-chip#23597
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Feb 2, 2023
Also eliminates the last direct (and hence not interceptible by API consumers) NSLog calls in the Darwin framework and adds a lint for those. Fixes project-chip#23597
kkasperczyk-no
pushed a commit
to kkasperczyk-no/sdk-connectedhomeip
that referenced
this issue
Mar 15, 2023
…#24738) Also eliminates the last direct (and hence not interceptible by API consumers) NSLog calls in the Darwin framework and adds a lint for those. Fixes project-chip/connectedhomeip#23597
kkasperczyk-no
pushed a commit
to kkasperczyk-no/sdk-connectedhomeip
that referenced
this issue
Mar 15, 2023
…#24738) Also eliminates the last direct (and hence not interceptible by API consumers) NSLog calls in the Darwin framework and adds a lint for those. Fixes project-chip/connectedhomeip#23597
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this issue
Mar 22, 2023
…roject-chip#24738) Also eliminates the last direct (and hence not interceptible by API consumers) NSLog calls in the Darwin framework and adds a lint for those. Fixes project-chip#23597
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now there is various state and functionality on
MTRCallbackBridge
that does not really depend on the callback type. We could move that up toMTRCallbackBridgeBase
.The text was updated successfully, but these errors were encountered: