We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0754698 commit 96dfd0aCopy full SHA for 96dfd0a
core/common/src/main/java/com/itsaky/androidide/utils/ApkInstaller.kt
@@ -111,10 +111,10 @@ object ApkInstaller {
111
}
112
} catch (io: IOException) {
113
session?.abandon()
114
- log.error("Package installation failed", io)
+ log.error("Package installation failed. {}", io)
115
} catch (runtime: RuntimeException) {
116
117
- log.error("Package installation failed", runtime)
+ log.error("Package installation failed. {}", runtime)
118
119
120
0 commit comments