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

Commit 8942a31f authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Replaced deprecated String Constructor"

parents e6af73e1 4136c98e
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) {