Signed-off-by: xuchenghua09 <xuchenghua09@huawei.com>
This commit is contained in:
xuchenghua09
2022-05-30 18:15:16 +08:00
parent 949ff0700a
commit 6f0be256b9
+2 -1
View File
@@ -36,7 +36,8 @@ TestObserver::~TestObserver()
void TestObserver::TestStatus(const std::string &msg, const int64_t &resultCode)
{
HILOG_INFO("enter, msg : %{public}s, code : %{public}" PRId64, msg.data(), resultCode);
std::cout << msg << std::endl;
printf("%s\n", msg.data());
fflush(stdout);
}
void TestObserver::TestFinished(const std::string &msg, const int64_t &resultCode)