Merge "Remove ResourcesManager Slog.wtf"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c597b65e96
@@ -825,8 +825,8 @@ public class ResourcesManager {
|
||||
Trace.traceBegin(Trace.TRACE_TAG_RESOURCES,
|
||||
"ResourcesManager#createApkAssetsSupplierNotLocked");
|
||||
try {
|
||||
if (Thread.holdsLock(this)) {
|
||||
Slog.wtf(TAG, "Calling thread " + Thread.currentThread().getName()
|
||||
if (DEBUG && Thread.holdsLock(this)) {
|
||||
Slog.w(TAG, "Calling thread " + Thread.currentThread().getName()
|
||||
+ " is holding mLock", new Throwable());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user