We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3375f8e + d5a86cb commit f4fdb54Copy full SHA for f4fdb54
1 file changed
src/android/UploadTask.java
@@ -405,7 +405,6 @@ private void handleNotification() {
405
@NonNull
406
@Override
407
public ForegroundInfo getForegroundInfo() {
408
- Log.d(TAG, "getForegroundInfo: Promoting to foreground service");
409
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.S) {
410
return uploadForegroundNotification.getForegroundInfo(getApplicationContext());
411
}
0 commit comments