Log the arguments to SKIndexCreateWithURL, so we can be sure it isn't our fault (or find out how it is). Refs #15699.
1.1 --- a/Source/AILoggerPlugin.m Sat Jan 07 20:42:32 2012 -0800
1.2 +++ b/Source/AILoggerPlugin.m Sun Jan 08 17:25:38 2012 -0800
1.3 @@ -476,7 +476,7 @@
1.4 });
1.5 [bself _flushIndex:_index];
1.6 } else {
1.7 - AILogWithSignature(@"AILoggerPlugin warning: SKIndexCreateWithURL() returned NULL");
1.8 + AILogWithSignature(@"AILoggerPlugin warning: SKIndexCreateWithURL(%@, %@, %lu, %@) returned NULL", logIndexURL, @"Content", (unsigned long)kSKIndexInverted, textAnalysisProperties);
1.9 }
1.10 }
1.11 bself->logIndex = _index;