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.
1 parent 640aec6 commit 2cc410fCopy full SHA for 2cc410f
wrappers/obj-c/ODWLogger.mm
@@ -1,3 +1,4 @@
1
+
2
//
3
// Copyright (c) Microsoft Corporation. All rights reserved.
4
// SPDX-License-Identifier: Apache-2.0
@@ -418,4 +419,10 @@ -(void)initializeSanitizerWithODWSanitizerInitConfig:(ODWSanitizerInitConfig *)i
418
419
{
420
[ODWSanitizer initializeSanitizer:_wrappedLogger withODWSanitizerInitConfig:initConfigObject];
421
}
422
423
+// Added overload that includes overrides parameter.
424
+-(void)initializeSanitizerWithODWSanitizerInitConfig:(ODWSanitizerInitConfig *)initConfigObject overrides:(int)overridesInt
425
+{
426
+ [ODWSanitizer initializeSanitizer:_wrappedLogger withODWSanitizerInitConfig:initConfigObject overrides:overridesInt];
427
+}
428
@end
0 commit comments