Mike Ma 266bec303c Handle EOF explicitly in incident_helper
getLine returns -1 when it reaches EOF, and currently incident_helper
does not differentiate between EOF and an actual error when calling
getLinefrom file. So incident_helper throws an error when it reaches
EOF, and this is not good. This change separates these two cases.

Bug: 149895022
Bug: 150145113
Test: incident_helper_test
Change-Id: Ic5e67f8f9e55719c17d624718b730981c4249da1
2020-02-26 12:39:57 -08:00
2020-01-22 14:00:14 -08:00
2020-02-21 11:43:02 +00:00
2020-02-21 22:15:29 +00:00
2019-08-09 09:24:40 -07:00
2019-10-09 19:38:32 +00:00
2020-02-03 11:05:43 +00:00
2020-02-19 19:36:25 -08:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%