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

Commit dd7a1307 authored by Yash's avatar Yash Committed by Android (Google) Code Review
Browse files

Merge "Fix Java crash in Shell : java.lang.NoSuchMethodError" into main

parents eed85f83 a3db2690
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ public class BugreportProgressService extends Service {
    public void onDestroy() {
        mServiceHandler.getLooper().quit();
        mScreenshotHandler.getLooper().quit();
        mBugreportSingleThreadExecutor.close();
        mBugreportSingleThreadExecutor.shutdown();
        super.onDestroy();
    }