improve debug message when Apk is missing NAME and/or REPO_ADDRESS
This commit is contained in:
parent
61a452e7cd
commit
5b11898ba3
@ -257,6 +257,8 @@ public class Apk extends ValueObject implements Comparable<Apk>, Parcelable {
|
||||
+ "Schema.ApkTable.Cols.NAME set in order to calculate URL "
|
||||
+ "[package: " + packageName
|
||||
+ ", versionCode: " + versionCode
|
||||
+ ", apkName: " + apkName
|
||||
+ ", repoAddress: " + repoAddress
|
||||
+ ", repoId: " + repoId + "]");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user