merge from open-source master
Change-Id: I4d7b0ec9895d8b090e0cdf2efb6731358a5d087c
This commit is contained in:
@@ -687,7 +687,7 @@ public class ProcessStats {
|
||||
break;
|
||||
}
|
||||
}
|
||||
return new String(mBuffer, 0, 0, i);
|
||||
return new String(mBuffer, 0, i);
|
||||
}
|
||||
} catch (java.io.FileNotFoundException e) {
|
||||
} catch (java.io.IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user