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

Commit f07223a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Looper.prepare() to doInBackground()"

parents 445d5675 b7a65496
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;