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

Commit 095a6307 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix error log message for rename(2) workaround" am: 4ed8f88e am: b9d37026

parents 95d6e2ab b9d37026
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 {