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

Commit a8199804 authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by android-build-merger
Browse files

Merge "Add Looper.prepare() to doInBackground()" am: 89bf100d

am: f4339962

Change-Id: I59b50ca26bd710511a109451f1b5e6ed3759a03f
parents c9652eed f4339962
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1095,6 +1095,7 @@ public class BugreportProgressService extends Service {
        new AsyncTask<Void, Void, Void>() {
            @Override
            protected Void doInBackground(Void... params) {
                Looper.prepare();
                zipBugreport(info);
                sendBugreportNotification(info, takingScreenshot);
                return null;