Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd0e2338 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/30879320'] into 25Q1-release.

Change-Id: Ifc977ae7373b85c2664bbc6879d6b7473b7b953d
parents 41cf4fba 0b0696d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2404,8 +2404,8 @@ public class BugreportProgressService extends Service {
            bugreportLocationInfo = new BugreportLocationInfo(readFile(in));

            int screenshotSize = in.readInt();
            for (int i = 1; i <= screenshotSize; i++) {
            screenshotLocationInfo = new ScreenshotLocationInfo(null);
            for (int i = 1; i <= screenshotSize; i++) {
                screenshotLocationInfo.mScreenshotFiles.add(readFile(in));
            }