SWDEV-301667 - Improve kernel logging
Change-Id: I4b2b1950e3ab7124fd41af9a92a677c48d6da5eb
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user