|
scan-build.py allows you to quickly scan a local cache of build logs
for arbitrary strings.
scan-build.py --update updates the local cache to the latest state
scan-build.py --find <string> looks through all build logs for a string
Finding travels backwards until it hasn't encountered the search term
for a given number of builds. (Currently set to 100)
Updating makes sure that we have at least that many builds locally
available.
NOTRY=true
R=thestig@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/14860014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200854 0039d316-1c4b-4281-b951-d872f2087c98
|