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

Commit 4ed8f88e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix error log message for rename(2) workaround"

parents b4e6dcfe b18b1084
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {