mirror of
https://github.com/androidx/media.git
synced 2025-05-17 04:29:55 +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<>();
|
||||
// Start cache initialization.
|
||||
final ConditionVariable conditionVariable = new ConditionVariable();
|
||||
new Thread() {
|
||||
new Thread("SimpleCache.initialize()") {
|
||||
@Override
|
||||
public void run() {
|
||||
synchronized (SimpleCache.this) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user