SWDEV-301667 - Improve kernel logging

Change-Id: I4b2b1950e3ab7124fd41af9a92a677c48d6da5eb
This commit is contained in:
Saleel Kudchadker
2024-08-29 19:05:31 +00:00
parent 62a7fed90d
commit abc80fcc2f
2 changed files with 5 additions and 3 deletions
-2
View File
@@ -82,7 +82,6 @@ bool Runtime::init() {
initialized_ = true;
pid_ = amd::Os::getProcessId();
ClTrace(LOG_DEBUG, LOG_INIT);
return true;
}
@@ -90,7 +89,6 @@ void Runtime::tearDown() {
if (!initialized_) {
return;
}
ClTrace(LOG_DEBUG, LOG_INIT);
Agent::tearDown();
Device::tearDown();