Open
Bug 1422716
Opened 8 years ago
Updated 3 years ago
mach run should filter out noisy messages that we can't fix
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: florian, Unassigned)
Details
When using ./mach run or ./mach test, my terminal gets filled with noisy messages like:
GECKO(57845) | 2017-12-04 12:32:02.711 firefox[57845:1768546] IMKInputSession presentFunctionRowItemTextInputViewWithEndpoint:completionHandler: : [self textInputContext]=0x1109f4640 *NO* NSRemoteViewController to client, NSError=Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 0" UserInfo={NSDebugDescription=connection from pid 0}, com.apple.inputmethod.EmojiFunctionRowItem
On modern macbook pros, this message appears each time a textbox (eg. the urlbar) is focused. This makes the really important errors and warnings easier to miss in the output.
I filed bug 1335191 to get this specific error message fixed/silenced, but I'm being told there that there's nothing we can do to fix it.
So at this point I think the next best thing we can do is use the mach wrapper to filter out this noise, like it does for some compiler warnings.
Updated•8 years ago
|
Component: mach → Build Config
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•