Loading core/java/android/app/ActivityThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -7836,7 +7836,7 @@ public final class ActivityThread extends ClientTransactionHandler Files.move(new File(oldPath).toPath(), new File(newPath).toPath(), StandardCopyOption.REPLACE_EXISTING); } catch (IOException e2) { Log.e(TAG, "Rename recovery failed ", e); Log.e(TAG, "Rename recovery failed ", e2); throw e; } } else { Loading Loading
core/java/android/app/ActivityThread.java +1 −1 Original line number Diff line number Diff line Loading @@ -7836,7 +7836,7 @@ public final class ActivityThread extends ClientTransactionHandler Files.move(new File(oldPath).toPath(), new File(newPath).toPath(), StandardCopyOption.REPLACE_EXISTING); } catch (IOException e2) { Log.e(TAG, "Rename recovery failed ", e); Log.e(TAG, "Rename recovery failed ", e2); throw e; } } else { Loading