File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/common/src/main/java/com/itsaky/androidide/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,14 @@ object ApkInstaller {
111111 }
112112 } catch (io: IOException ) {
113113 session?.abandon()
114- log.error(" Package installation failed. {} " , io)
114+ log.error(" Package installation failed" , io)
115115 } catch (runtime: RuntimeException ) {
116116 session?.abandon()
117- log.error(" Package installation failed. {} " , runtime)
117+ log.error(" Package installation failed" , runtime)
118118 }
119119 }
120120
121- private fun addToSession (session : Session , apk : File ) {
121+ private suspend fun addToSession (session : Session , apk : File ) {
122122 val length = apk.length()
123123 if (length == 0L ) {
124124 throw RuntimeException (" File is empty (has length 0)" )
You can’t perform that action at this time.
0 commit comments