Merge "Add Looper.prepare() to doInBackground()" am: 89bf100d66
am: f43399621c
Change-Id: I59b50ca26bd710511a109451f1b5e6ed3759a03f
This commit is contained in:
@@ -1095,6 +1095,7 @@ public class BugreportProgressService extends Service {
|
|||||||
new AsyncTask<Void, Void, Void>() {
|
new AsyncTask<Void, Void, Void>() {
|
||||||
@Override
|
@Override
|
||||||
protected Void doInBackground(Void... params) {
|
protected Void doInBackground(Void... params) {
|
||||||
|
Looper.prepare();
|
||||||
zipBugreport(info);
|
zipBugreport(info);
|
||||||
sendBugreportNotification(info, takingScreenshot);
|
sendBugreportNotification(info, takingScreenshot);
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user