Skip to content

Commit f15857b

Browse files
committed
added iphone crash log to false positives
1 parent f6f9bbd commit f15857b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/regexes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
re.compile(r'Technic Launcher is starting', re.I),
5252
re.compile(r'TDSS rootkit removing tool', re.I),
5353
re.compile(r'INFO: Processing cookbook_file', re.I),
54-
re.compile(r'loading\.target\.rdio', re.I)
54+
re.compile(r'loading\.target\.rdio', re.I),
55+
re.compile(r'<key>SysInfoCrashReporterKey</key>', re.I)
5556
]
5657
}

0 commit comments

Comments
 (0)