Skip to content
Snippets Groups Projects
Commit de9903cf authored by Alexei Nicoara's avatar Alexei Nicoara Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix] avoid deadlock caused by android.bg and...

Merge "[Bugfix] avoid deadlock caused by android.bg and RollbackManagerServiceHandler" into main am: 2dbefb7f am: 9e2ec571 am: d43dab52

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2899109



Change-Id: I37c39213c4acdd0d67f88c17e6d1eab31327c421
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d72883a3 d43dab52
No related branches found
No related tags found
No related merge requests found
......@@ -1279,8 +1279,8 @@ class RollbackManagerServiceImpl extends IRollbackManager.Stub implements Rollba
ipw.println();
}
PackageWatchdog.getInstance(mContext).dump(ipw);
});
PackageWatchdog.getInstance(mContext).dump(ipw);
}
@AnyThread
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment