Migrate media output switcher metrics - 3/n

Bug: 172181610
Test: run statsd_testdrive 277 and check the
output correctness after content switching.

Change-Id: I5abb471452ec92670d220b2472eadbe77e243653
This commit is contained in:
Robert Luo
2020-11-02 08:55:33 +08:00
parent d622aa6ae2
commit d7cfa55286
2 changed files with 1 additions and 212 deletions

View File

@@ -399,7 +399,7 @@ public class MediaOutputSlice implements CustomSliceable {
@Override
public Class getBackgroundWorkerClass() {
return MediaOutputSliceWorker.class;
return MediaDeviceUpdateWorker.class;
}
private boolean isVisible() {