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

Commit 4136c98e authored by Christian Mehlmauer's avatar Christian Mehlmauer
Browse files

Replaced deprecated String Constructor

Change-Id: I91874093d69e230850c695b92da5f91391030d44
parent d6c19197
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) {