summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/wear/PackageInstallerImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/packageinstaller/wear/PackageInstallerImpl.java')
-rw-r--r--src/com/android/packageinstaller/wear/PackageInstallerImpl.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/android/packageinstaller/wear/PackageInstallerImpl.java b/src/com/android/packageinstaller/wear/PackageInstallerImpl.java
index 3dee7817..bf4b03c5 100644
--- a/src/com/android/packageinstaller/wear/PackageInstallerImpl.java
+++ b/src/com/android/packageinstaller/wear/PackageInstallerImpl.java
@@ -149,7 +149,8 @@ public class PackageInstallerImpl {
cancelSession(sessionInfo.getSessionId(), packageName);
}
} catch (Exception e) {
- Log.e(TAG, "Unexpected exception while installing " + packageName);
+ Log.e(TAG, "Unexpected exception while installing: " + packageName + ": "
+ + e.getMessage());
callback.installFailed(InstallerConstants.ERROR_INSTALL_SESSION_EXCEPTION,
"Unexpected exception while installing " + packageName);
}
@@ -321,4 +322,4 @@ public class PackageInstallerImpl {
}
return errorCode;
}
-} \ No newline at end of file
+}