SWDEV-1 - Add LOG_ERROR output for Pal::CreatePlatform failure

Change-Id: Id5c3fdcd8f822bfa67ae570c09ede7ddc8a936ef


[ROCm/clr commit: 2c09557d60]
Bu işleme şunda yer alıyor:
Jason Tang
2022-11-09 11:54:52 -05:00
ebeveyn 57f7828026
işleme 4eb6a108a3
+1
Dosyayı Görüntüle
@@ -1296,6 +1296,7 @@ bool Device::init() {
// PAL init
if (Pal::Result::Success != Pal::CreatePlatform(info, platformObj_, &platform_)) {
LogError("Pal::CreatePlatform failed!");
return false;
}