We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a385168 commit 0685340Copy full SHA for 0685340
src/darwin/Framework/CHIP/MTRDevice.mm
@@ -541,7 +541,7 @@ - (void)dealloc
541
[[NSNotificationCenter defaultCenter] removeObserver:_systemTimeChangeObserverToken];
542
543
// TODO: retain cycle and clean up https://github.com/project-chip/connectedhomeip/issues/34267
544
- MTR_LOG("%@ dealloc called", self);
+ MTR_LOG("MTRDevice dealloc: %p", self);
545
}
546
547
- (NSString *)description
0 commit comments