Merge "Fix error log message for rename(2) workaround" am: 4ed8f88e27
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2205599 Change-Id: If54eeacf5c3d0d67bad6f7d423718b9514147030 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -7836,7 +7836,7 @@ public final class ActivityThread extends ClientTransactionHandler
|
|||||||
Files.move(new File(oldPath).toPath(), new File(newPath).toPath(),
|
Files.move(new File(oldPath).toPath(), new File(newPath).toPath(),
|
||||||
StandardCopyOption.REPLACE_EXISTING);
|
StandardCopyOption.REPLACE_EXISTING);
|
||||||
} catch (IOException e2) {
|
} catch (IOException e2) {
|
||||||
Log.e(TAG, "Rename recovery failed ", e);
|
Log.e(TAG, "Rename recovery failed ", e2);
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user