We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5ec61 commit 3e03ee0Copy full SHA for 3e03ee0
uploaders/apkuploader.go
@@ -16,7 +16,7 @@ func (u *Uploader) DeployAPK(item deployment.DeployableItem, artifacts []string,
16
return ArtifactURLs{}, err
17
}
18
19
- u.logger.Printf("apk infos: %+v", printableAppInfo(apkInfo.AppInfo))
+ u.logger.Printf("APK metadata: %+v", printableAppInfo(apkInfo.AppInfo))
20
21
splitMeta, err := androidartifact.CreateSplitArtifactMeta(u.logger, pth, artifacts)
22
if err != nil {
0 commit comments