mirror of
https://github.com/safing/portbase
synced 2025-04-25 19:49:09 +00:00
Fix android versioning in debug info
This commit is contained in:
parent
0ed865f4e4
commit
9367eb1365
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ func (di *Info) AddPlatformInfo(_ context.Context) {
|
|||
UseCodeSection|AddContentLineBreaks,
|
||||
fmt.Sprintf("SDK: %d", info.SDK),
|
||||
fmt.Sprintf("Device: %s %s (%s)", info.Manufacturer, info.Brand, info.Board),
|
||||
fmt.Sprintf("App: %s: %s(%d) %s", info.ApplicationID, info.VersionName, info.VersionCode, info.BuildType))
|
||||
fmt.Sprintf("App: %s: %s %s", info.ApplicationID, info.VersionName, info.BuildType))
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue