The build subprocess' output is buffered (but not line buffered).
As a result partial lines are inserted. If the previous insert ended
in the middle of the pattern we are looking for, the search will fail (end missing).
When the second part is inserted, the search will also fail because this
time we start looking from the middle of the pattern (beginning missing).
To work around that, we always match from the beginning of the line.
Merge commit '0034543d232dea5a1837411b62bedfd51468c9dc'
* commit '0034543d232dea5a1837411b62bedfd51468c9dc':
Add an overlay to make the latinIME the default one in the SDK
Merge commit '7ec1c45b3ae47e9c9dc594f1478f22ae49cbd0a4' into eclair-mr2-plus-aosp
* commit '7ec1c45b3ae47e9c9dc594f1478f22ae49cbd0a4':
Add an overlay to make the latinIME the default one in the SDK
Merge commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394' into eclair-mr2
* commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394':
Add an overlay to make the latinIME the default one in the SDK
Merge commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394' into eclair-plus-aosp
* commit 'c84040c18ba36b3b265f47a0a0366b33fd86c394':
Add an overlay to make the latinIME the default one in the SDK
Merge commit '864f49d8e9b5bd2a30ac8414822889d0ffd0ba0c'
* commit '864f49d8e9b5bd2a30ac8414822889d0ffd0ba0c':
make consistent with new RegisteredServicesCache API
Merge commit 'c34c79fc6627329f1c9586d51524d95d57022aaf' into eclair-mr2-plus-aosp
* commit 'c34c79fc6627329f1c9586d51524d95d57022aaf':
make consistent with new RegisteredServicesCache API
Merge commit 'cf229bb013317db77034980c212ab07bea260261' into eclair-mr2
* commit 'cf229bb013317db77034980c212ab07bea260261':
make consistent with new RegisteredServicesCache API
Merge commit 'cf229bb013317db77034980c212ab07bea260261' into eclair-plus-aosp
* commit 'cf229bb013317db77034980c212ab07bea260261':
make consistent with new RegisteredServicesCache API
Merge commit '0badc7f8c3b3fb83d5556da8b9733b4e7b7b419a'
* commit '0badc7f8c3b3fb83d5556da8b9733b4e7b7b419a':
Update live wallpaper examples to new api.
Merge commit '81515abca85e742584db3c7cdacc5b840f0eb650' into eclair-mr2-plus-aosp
* commit '81515abca85e742584db3c7cdacc5b840f0eb650':
Update live wallpaper examples to new api.
Merge commit '42c35199db9b3ec2ec467f926538e5d748e0b49d' into eclair-mr2
* commit '42c35199db9b3ec2ec467f926538e5d748e0b49d':
Update live wallpaper examples to new api.
Merge commit '42c35199db9b3ec2ec467f926538e5d748e0b49d' into eclair-plus-aosp
* commit '42c35199db9b3ec2ec467f926538e5d748e0b49d':
Update live wallpaper examples to new api.
Merge commit 'c3e07f9d442ba097f264777693938b781e290da4'
* commit 'c3e07f9d442ba097f264777693938b781e290da4':
Updating sample plugin to test java class loading.
Merge commit 'f9e27790ebed44735b28ba23c3f95f21c6f30743'
* commit 'f9e27790ebed44735b28ba23c3f95f21c6f30743':
Fix type of _id col in SearchableDictionary
Merge commit '11ea938d2ad7227945204aa2d93dc96401a0fdba'
* commit '11ea938d2ad7227945204aa2d93dc96401a0fdba':
Update adt-tests build.properties to include new test data location.
Merge commit '606fe5281d830a6f4eb7ba36bf7127eb3b8cd934' into eclair-mr2-plus-aosp
* commit '606fe5281d830a6f4eb7ba36bf7127eb3b8cd934':
Updating sample plugin to test java class loading.
Merge commit 'e8b11328e22d4e187e195753f1aacb59c5e30179' into eclair-mr2-plus-aosp
* commit 'e8b11328e22d4e187e195753f1aacb59c5e30179':
Fix type of _id col in SearchableDictionary
Merge commit '811d2c7507b03f04391c7b21e0de795c6ad12f5d' into eclair-mr2-plus-aosp
* commit '811d2c7507b03f04391c7b21e0de795c6ad12f5d':
Add Japanese font to SDK.
Merge commit '851c913b6e3cdf7cb334d4b24ae3e1079554203b' into eclair-mr2-plus-aosp
* commit '851c913b6e3cdf7cb334d4b24ae3e1079554203b':
Update adt-tests build.properties to include new test data location.