Merge \\"Fix a naming typo for source_build\\" into nyc-dev am: dfa654edfe
am: 5b767d1218
Change-Id: Iba0740a38e7f9fd97175542ee5255548470b510c
This commit is contained in:
@@ -759,7 +759,7 @@ public class RecoverySystem {
|
||||
|
||||
if (line.startsWith("time")) {
|
||||
timeTotal = scaled;
|
||||
} else if (line.startsWith("source_version")) {
|
||||
} else if (line.startsWith("source_build")) {
|
||||
sourceVersion = scaled;
|
||||
} else if (line.startsWith("bytes_written")) {
|
||||
bytesWrittenInMiB = (bytesWrittenInMiB == -1) ? scaled :
|
||||
|
||||
Reference in New Issue
Block a user