Skip to content

Commit

Permalink
Adding this log back
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Oct 8, 2024
1 parent 3357493 commit 629b900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/darwin/Framework/CHIP/MTRDevice_XPC.mm
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ - (void)_invokeCommandWithEndpointID:(NSNumber *)endpointID

@try {
[[xpcConnection remoteObjectProxyWithErrorHandler:^(NSError * _Nonnull error) {
MTR_LOG_ERROR("Invoke error: %@", error);
completion(nil, [NSError errorWithDomain:MTRErrorDomain code:MTRErrorCodeGeneralError userInfo:nil]);
}] deviceController:[[self deviceController] uniqueIdentifier]
nodeID:[self nodeID]
Expand Down

0 comments on commit 629b900

Please sign in to comment.