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

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

merge from open-source master

Change-Id: Iaaf6c1098fc0c5a44a7450d790ccaf2b1d2f64bb
parents b817cb6e 424b69c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -973,7 +973,7 @@ public class RunningServices extends ListActivity
                    && buffer[index] <= '9') {
                    index++;
                }
                String str = new String(buffer, 0, start, index-start);
                String str = new String(buffer, start, index-start);
                return ((long)Integer.parseInt(str)) * 1024;
            }
            index++;