Skip to content

Commit

Permalink
Address more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Oct 26, 2023
1 parent 6e14926 commit 6032642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/darwin/Framework/CHIP/MTRDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ MTR_PROVISIONALLY_AVAILABLE

/**
* Array containing the file path(s) for the desired log type(s)
* If there are no logs an empty array will be returned.
*/
@property (readonly, nonatomic, nullable) NSArray<NSString *> * filePathArray;
@property (readonly, nonatomic) NSArray<NSString *> * filePathArray;

@end

Expand Down Expand Up @@ -272,6 +273,8 @@ MTR_PROVISIONALLY_AVAILABLE
* @param timeout The timeout for getting the logs. If the timeout expires, completion
* will be called with whatever logs have been retrieved by that point
* (which might be none, and might include partial logs).
* If the timeout is null, logs will be retreived when processing is
* complete and completion is called.
* @param queue The queue on which completion will be called.
* @param completion The completion that will be called to pass in the file paths for the requested logs.
*/
Expand Down

0 comments on commit 6032642

Please sign in to comment.