Loading packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2419,8 +2419,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)); } Loading Loading
packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2419,8 +2419,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)); } Loading