Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4a49a96 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[pm] more error message logging for native lib extraction

Change-Id: I16ffb76ebc400dca2eaab274978560095a060f2c
BUG: 380156915
Test: builds
FLAG: EXEMPT adding more logs
parent 12f73839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -749,7 +749,7 @@ public class PackageManagerServiceUtils {
                    null /*abiOverride*/, false /*isIncremental*/);
        } catch (IOException e) {
            logCriticalInfo(Log.ERROR, "Failed to extract native libraries"
                    + "; pkg: " + packageName);
                    + "; pkg: " + packageName + "; err: " + e.getMessage());
            return PackageManager.INSTALL_FAILED_INTERNAL_ERROR;
        } finally {
            IoUtils.closeQuietly(handle);