Bug 892118 - Suppress annoying Android x86 emu logcat message; r=jmaher

This commit is contained in:
Geoff Brown 2013-11-17 10:23:15 -07:00
Родитель c57cbd213b
Коммит 162d081060
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,8 @@ import mozcrash
# signatures for logcat messages that we don't care about much
fennecLogcatFilters = [ "The character encoding of the HTML document was not declared",
"Use of Mutation Events is deprecated. Use MutationObserver instead." ]
"Use of Mutation Events is deprecated. Use MutationObserver instead.",
"Unexpected value from nativeGetEnabledTags: 0" ]
class RemoteAutomation(Automation):
_devicemanager = None