mirror of
https://github.com/androidx/media.git
synced 2025-05-17 12:39:52 +08:00
Give the SimpleCache.initialize() Thread a better name.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119393264
This commit is contained in:
parent
ebc5f0e7be
commit
1c0a120aeb
@ -55,7 +55,7 @@ public final class SimpleCache implements Cache {
|
|||||||
this.listeners = new HashMap<>();
|
this.listeners = new HashMap<>();
|
||||||
// Start cache initialization.
|
// Start cache initialization.
|
||||||
final ConditionVariable conditionVariable = new ConditionVariable();
|
final ConditionVariable conditionVariable = new ConditionVariable();
|
||||||
new Thread() {
|
new Thread("SimpleCache.initialize()") {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
synchronized (SimpleCache.this) {
|
synchronized (SimpleCache.this) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user