Skip to content

Commit 1094780

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Make sure CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING is always defined. (#29225)
Possibly as 0.
1 parent 4913c23 commit 1094780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platform/Darwin/KeyValueStoreManagerImpl.mm

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
#import <CoreData/CoreData.h>
3535
#import <CoreFoundation/CoreFoundation.h>
3636

37+
#ifndef CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING
38+
#define CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING 0
39+
#endif // CHIP_CONFIG_DARWIN_STORAGE_VERBOSE_LOGGING
40+
3741
@interface KeyValueItem : NSManagedObject
3842

3943
@property (nonatomic, retain) NSString * key;

0 commit comments

Comments
 (0)