Merge "Add Looper.prepare() to doInBackground()"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user