Merging ub-launcher3-rvc-qpr-dev to rvc-qpr-dev
Bug: 162366734 Test: system image builds Change-Id: I6675431b180976798afacc7a99251ae36764a50a Merged-In: Ibff46b3ef7ff89accb459db323f31179adb4ef21
This commit is contained in:
@@ -46,7 +46,7 @@ public class MainThreadInitializedObject<T> {
|
||||
|
||||
if (mValue == null) {
|
||||
if (Looper.myLooper() == Looper.getMainLooper()) {
|
||||
mValue = TraceHelper.whitelistIpcs("main.thread.object",
|
||||
mValue = TraceHelper.allowIpcs("main.thread.object",
|
||||
() -> mProvider.get(context.getApplicationContext()));
|
||||
} else {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user