From 53866ab5c1ad24fbb5ebb0332dc02d0c6cb92462 Mon Sep 17 00:00:00 2001 From: jiyong Date: Thu, 26 Aug 2021 07:55:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!483=20:?= =?UTF-8?q?=20=E5=88=A0=E9=99=A4=E7=94=A8=E6=88=B7=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=E6=97=A0=E6=95=88log'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp index 93665bbc9..659cb56ac 100755 --- a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp +++ b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp @@ -840,6 +840,7 @@ HWTEST_F(BundleMgrTest, testGetBundleNameForUidWithIllegal, Function | MediumTes printf("------start testGetBundleNameForUidWithIllegal------\n"); char *bundleName = nullptr; int32_t resultCode = GetBundleNameForUid(0, &bundleName); + printf("GetBundleNameForUid content of bundleName is %s \n", bundleName); EXPECT_EQ(resultCode, 114); printf("GetBundleNameForUid result is %d \n", resultCode); if (bundleName != nullptr) { -- GitLab