зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892118 - Suppress annoying Android x86 emu logcat message; r=jmaher
This commit is contained in:
Родитель
c57cbd213b
Коммит
162d081060
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче