SWDEV-1 - Add LOG_ERROR output for Pal::CreatePlatform failure
Change-Id: Id5c3fdcd8f822bfa67ae570c09ede7ddc8a936ef
This commit is contained in:
@@ -1296,6 +1296,7 @@ bool Device::init() {
|
||||
|
||||
// PAL init
|
||||
if (Pal::Result::Success != Pal::CreatePlatform(info, platformObj_, &platform_)) {
|
||||
LogError("Pal::CreatePlatform failed!");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user