Loading packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −3 Original line number Diff line number Diff line Loading @@ -362,8 +362,6 @@ public class BugreportProgressService extends Service { @Override public void onProgress(float progress) { // TODO: Make dumpstate call onProgress at 0% progress to trigger the // progress notification instantly. checkProgressUpdated(mInfo, (int) progress); } Loading Loading @@ -2197,7 +2195,7 @@ public class BugreportProgressService extends Service { max = CAPPED_MAX; } if (newPercentage > oldPercentage) { if (progress == 0 || newPercentage > oldPercentage) { updateProgressInfo(info, progress, max); } } Loading Loading
packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −3 Original line number Diff line number Diff line Loading @@ -362,8 +362,6 @@ public class BugreportProgressService extends Service { @Override public void onProgress(float progress) { // TODO: Make dumpstate call onProgress at 0% progress to trigger the // progress notification instantly. checkProgressUpdated(mInfo, (int) progress); } Loading Loading @@ -2197,7 +2195,7 @@ public class BugreportProgressService extends Service { max = CAPPED_MAX; } if (newPercentage > oldPercentage) { if (progress == 0 || newPercentage > oldPercentage) { updateProgressInfo(info, progress, max); } } Loading