File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/mobile-center-crashes/src/main/java/com/microsoft/azure/mobile/crashes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" );
You can’t perform that action at this time.
0 commit comments