Bug 158751 - Too much log data generated during layout-tests on iOS Simulator
Summary: Too much log data generated during layout-tests on iOS Simulator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 13:47 PDT by Aakash Jain
Modified: 2016-06-15 14:25 PDT (History)
6 users (show)

See Also:


Attachments
Proposed patch (2.43 KB, patch)
2016-06-14 13:52 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff
Another fix (1.12 KB, patch)
2016-06-15 13:50 PDT, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2016-06-14 13:47:54 PDT
After switching to multiple simulator, there is a lot of log data generated. Especially few of the scripts like lsregister and killall are running with "-v" flag. We should dump only specific useful information in the logs, so that logs remain readable.
Comment 1 Aakash Jain 2016-06-14 13:52:43 PDT
Created attachment 281278 [details]
Proposed patch

Removed -v flag from lsregister and killall.
Comment 2 WebKit Commit Bot 2016-06-14 14:25:41 PDT
Comment on attachment 281278 [details]
Proposed patch

Clearing flags on attachment: 281278

Committed r202062: <http://trac.webkit.org/changeset/202062>
Comment 3 WebKit Commit Bot 2016-06-14 14:25:45 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Aakash Jain 2016-06-15 13:50:32 PDT
Created attachment 281387 [details]
Another fix

Another fix.

We see a lot of ""xcode-select --print-path" took 0.02s" messages in the logs.
Comment 5 Alexey Proskuryakov 2016-06-15 13:56:54 PDT
Re-opening for the new fix.
Comment 6 WebKit Commit Bot 2016-06-15 14:25:53 PDT
Comment on attachment 281387 [details]
Another fix

Clearing flags on attachment: 281387

Committed r202107: <http://trac.webkit.org/changeset/202107>
Comment 7 WebKit Commit Bot 2016-06-15 14:25:57 PDT
All reviewed patches have been landed.  Closing bug.