Skip to content

Commit 0fa5266

Browse files
committed
Need to print installUri to debug intercom issues
1 parent f01332d commit 0fa5266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/mobile-center-distribute/src/main/java/com/microsoft/azure/mobile/distribute/CheckDownloadTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected DownloadProgress doInBackground(Void... params) {
145145
* This corner case cannot be avoided without triggering
146146
* strict mode exception.
147147
*/
148-
MobileCenterLog.info(LOG_TAG, "Show install UI now.");
148+
MobileCenterLog.info(LOG_TAG, "Show install UI now intentUri=" + intent.getData());
149149
mContext.startActivity(intent);
150150
if (mReleaseDetails != null && mReleaseDetails.isMandatoryUpdate()) {
151151
distribute.setInstalling(mReleaseDetails);

0 commit comments

Comments
 (0)