Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
(QualityIssues) Disable autolayout constraint debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBrejcha committed Jun 1, 2021
1 parent 09d6b7f commit f718c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QualityIssues/QIAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ + (QIAppDelegate *)instance {
}

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[NSUserDefaults standardUserDefaults] setValue:@(NO) forKey:@"_UIConstraintBasedLayoutLogUnsatisfiable"];
[VIClient setLogLevel:VILogLevelInfo];
VIClient *client = [[VIClient alloc] initWithDelegateQueue:dispatch_get_main_queue()];
_voxManager = [[QIVoxClientManager alloc] initWithClient:client];
Expand Down

0 comments on commit f718c52

Please sign in to comment.