SWDEV-337331 - command queue logs for debugging option

Change-Id: I198aecc5fd12369d87d4acc9910acc9435c1967a
Этот коммит содержится в:
Ajay
2022-06-22 19:39:43 +00:00
родитель 4fe8038b7c
Коммит 236178d0d4
2 изменённых файлов: 4 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -345,7 +345,7 @@ void Command::enqueue() {
Agent::postEventCreate(as_cl(static_cast<Event*>(this)), type_);
}
ClPrint(LOG_DEBUG, LOG_CMD, "Command enqueued: %p", this);
ClPrint(LOG_DEBUG, LOG_CMD, "Command (%s) enqueued: %p", getOclCommandKindString(this->type()), this);
// Direct dispatch logic below will submit the command immediately, but the command status
// update will occur later after flush() with a wait