Add logging for TasksRepository to help with debugging.
Bug: 390325294 Flag: com.android.launcher3.enable_refactor_task_thumbnail Test: none - logging Change-Id: I8f771e06851261e027caf178a08e6d47b5af7cba
This commit is contained in:
@@ -79,6 +79,10 @@ class TasksRepository(
|
||||
}
|
||||
}
|
||||
tasks.value = MapForStateFlow(recentTasks)
|
||||
Log.d(
|
||||
TAG,
|
||||
"getAllTaskData: oldTasks ${oldTaskMap.keys}, newTasks: ${recentTasks.keys}",
|
||||
)
|
||||
}
|
||||
}
|
||||
return tasks.map { it.values.toList() }
|
||||
|
||||
Reference in New Issue
Block a user