Loading packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ public class BugreportProgressService extends Service { public void onDestroy() { mServiceHandler.getLooper().quit(); mScreenshotHandler.getLooper().quit(); mBugreportSingleThreadExecutor.close(); mBugreportSingleThreadExecutor.shutdown(); super.onDestroy(); } Loading Loading
packages/Shell/src/com/android/shell/BugreportProgressService.java +1 −1 Original line number Diff line number Diff line Loading @@ -353,7 +353,7 @@ public class BugreportProgressService extends Service { public void onDestroy() { mServiceHandler.getLooper().quit(); mScreenshotHandler.getLooper().quit(); mBugreportSingleThreadExecutor.close(); mBugreportSingleThreadExecutor.shutdown(); super.onDestroy(); } Loading