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

Commit b18b1084 authored by Han Wang's avatar Han Wang
Browse files

Fix error log message for rename(2) workaround

Change-Id: I36e8bf415a767078e9c5e8fa0c93d608711d8882
parent 4b50dd4f
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 {