Loading services/core/java/com/android/server/pm/StagingManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,7 @@ public class StagingManager { session.setStagedSessionFailed( SessionInfo.STAGED_SESSION_VERIFICATION_FAILED, "APEX staging failed, check logcat messages from apexd for more details."); return; } if (apexInfoList.apexInfos != null && apexInfoList.apexInfos.length > 0) { Loading Loading
services/core/java/com/android/server/pm/StagingManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -220,6 +220,7 @@ public class StagingManager { session.setStagedSessionFailed( SessionInfo.STAGED_SESSION_VERIFICATION_FAILED, "APEX staging failed, check logcat messages from apexd for more details."); return; } if (apexInfoList.apexInfos != null && apexInfoList.apexInfos.length > 0) { Loading