Skip to content

Commit a7b768d

Browse files
Add logging about update cancellation due to lack of progress (#1692)
1 parent c8eb3cf commit a7b768d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/appcenter-distribute/src/main/java/com/microsoft/appcenter/distribute/install/session/SessionReleaseInstaller.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public void run() {
187187

188188
/* Cancels installation if this flag hasn't been reset by progress event. */
189189
if (mUserConfirmationRequested) {
190+
AppCenterLog.error(LOG_TAG, "Canceling installation due to lack of progress.");
190191
onCancel();
191192
}
192193
}

0 commit comments

Comments
 (0)