We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83337c9 + 3b10a03 commit d8a1136Copy full SHA for d8a1136
CountlyHealthTracker.m
@@ -59,7 +59,7 @@ - (instancetype)init{
59
_healthCheckEnabled = YES;
60
61
// queue for health tracker state
62
- _hcQueue = dispatch_queue_create("com.countly.healthtracker.queue", DISPATCH_QUEUE_SERIAL);
+ _hcQueue = dispatch_queue_create("ly.count.healthtracker.queue", DISPATCH_QUEUE_SERIAL);
63
64
NSDictionary *initialState = [CountlyPersistency.sharedInstance retrieveHealthCheckTrackerState];
65
[self setupInitialCounters:initialState];
0 commit comments