Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9629d42c authored by The Android Open Source Project's avatar The Android Open Source Project
Browse files

merge from open-source master

Change-Id: I4d7b0ec9895d8b090e0cdf2efb6731358a5d087c
parents 4138677a 8942a31f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {