Change-Id: I88e7991186266a2744f7cc5432c7669e5f928abb
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
auto app_id = src->GetAppId();
dst->SetAppId(app_id);
} catch (Exception& e) {
- SECURE_LOGD("Failed to get application ID");
+ SECURE_LOGD("Failed to get application ID. error(%d)", e.GetErrorCode());
}
try {
auto instance_id = src->GetInstanceId();
dst->SetInstanceId(instance_id);
} catch (Exception& e) {
- SECURE_LOGD("Failed to get instance ID");
+ SECURE_LOGD("Failed to get instance ID. error(%d)", e.GetErrorCode());
}
}