Loading packages/Shell/src/com/android/shell/BugreportProgressService.java +2 −2 Original line number Diff line number Diff line Loading @@ -1808,13 +1808,13 @@ public class BugreportProgressService extends Service { * Current value of progress (in percentage) of the bugreport generation as * displayed by the UI. */ AtomicInteger progress; AtomicInteger progress = new AtomicInteger(0); /** * Last value of progress (in percentage) of the bugreport generation for which * system notification was updated. */ AtomicInteger lastProgress; AtomicInteger lastProgress = new AtomicInteger(0); /** * Time of the last progress update. Loading Loading
packages/Shell/src/com/android/shell/BugreportProgressService.java +2 −2 Original line number Diff line number Diff line Loading @@ -1808,13 +1808,13 @@ public class BugreportProgressService extends Service { * Current value of progress (in percentage) of the bugreport generation as * displayed by the UI. */ AtomicInteger progress; AtomicInteger progress = new AtomicInteger(0); /** * Last value of progress (in percentage) of the bugreport generation for which * system notification was updated. */ AtomicInteger lastProgress; AtomicInteger lastProgress = new AtomicInteger(0); /** * Time of the last progress update. Loading