f6f5beaf641bebc205ff2e59a5534dff9030cd46
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.
am
5a571291: am 0c0d7d25: am 18e1486a: Remove surface from rs init and handle surfaceChanged correctly.
Description
android_development
Languages
PostScript
31.4%
TypeScript
16.9%
C++
15.5%
Python
11.8%
Java
11.4%
Other
12.7%