Skip to content

Commit e89ea5b

Browse files
add some logging
1 parent 152b41b commit e89ea5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/ARTLocalDeviceFetcher.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ + (ARTDefaultLocalDeviceFetcher *)sharedInstance {
3838
}
3939

4040
- (ARTLocalDevice *)fetchLocalDeviceWithClientID:(NSString *)clientID storage:(id<ARTDeviceStorage>)storage logger:(ARTInternalLog *)logger {
41+
NSLog(@"fetchLocalDeviceWithClientID on default called");
4142
dispatch_semaphore_wait(self.semaphore, DISPATCH_TIME_FOREVER);
4243
if (!self.device) {
4344
self.device = [ARTLocalDevice load:clientID storage:storage logger:logger];

0 commit comments

Comments
 (0)