|
@@ -1437,6 +1437,10 @@ static int exception_count = 0;
|
|
|
return NO;
|
|
return NO;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+-(NSUInteger)hash {
|
|
|
|
|
+ return [filePath hash];
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
- (NSComparisonResult)reverseCompareByCreationDate:(DDLogFileInfo *)another {
|
|
- (NSComparisonResult)reverseCompareByCreationDate:(DDLogFileInfo *)another {
|
|
|
NSDate *us = [self creationDate];
|
|
NSDate *us = [self creationDate];
|
|
|
NSDate *them = [another creationDate];
|
|
NSDate *them = [another creationDate];
|