diff --git a/core/java/android/app/ActivityThread.java b/core/java/android/app/ActivityThread.java index ae8809d8ac294..bbcf138bb7709 100644 --- a/core/java/android/app/ActivityThread.java +++ b/core/java/android/app/ActivityThread.java @@ -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 {