Skip to content

Commit 7987a77

Browse files
authored
Merge pull request #266 from Microsoft/develop
v0.3.2 more commits
2 parents b602e45 + 8b3c1df commit 7987a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://www.bitrise.io/app/78891228f9c6e6dc.svg?token=KQ6kVAci490XBjulCcQuGQ&branch=develop)](https://www.bitrise.io/app/78891228f9c6e6dc)
22
[![codecov](https://codecov.io/gh/Microsoft/mobile-center-sdk-android/branch/develop/graph/badge.svg?token=YwMZRPnYK3)](https://codecov.io/gh/Microsoft/mobile-center-sdk-android)
33
[![GitHub Release](https://img.shields.io/github/release/Microsoft/mobile-center-sdk-android.svg)](https://github.com/Microsoft/mobile-center-sdk-android/releases/latest)
4-
[![Bintray](https://api.bintray.com/packages/mobilecenter/mobilecenter/mobile-center/images/download.svg)](https://bintray.com/mobilecenter/mobilecenter)
4+
[![Bintray](https://api.bintray.com/packages/mobile-center/mobile-center/mobile-center/images/download.svg)](https://bintray.com/mobile-center/mobile-center)
55
[![license](https://img.shields.io/badge/license-MIT%20License-yellow.svg)](https://github.com/Microsoft/mobile-center-sdk-android/blob/develop/license.txt)
66

77
# Mobile Center SDK for Android

sdk/mobile-center-crashes/src/main/java/com/microsoft/azure/mobile/crashes/Crashes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ private void processPendingErrors() {
445445
if (mUnprocessedErrorReports.size() > 0 &&
446446
(StorageHelper.PreferencesStorage.getBoolean(PREF_KEY_ALWAYS_SEND, false)
447447
|| !(shouldAwaitUserConfirmation = mCrashesListener.shouldAwaitUserConfirmation()))) {
448-
if (shouldAwaitUserConfirmation)
448+
if (!shouldAwaitUserConfirmation)
449449
MobileCenterLog.debug(LOG_TAG, "CrashesListener.shouldAwaitUserConfirmation returned false, continue sending logs");
450450
else
451451
MobileCenterLog.debug(LOG_TAG, "The flag for user confirmation is set to ALWAYS_SEND, continue sending logs");

0 commit comments

Comments
 (0)