mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Update android debug platform info
This commit is contained in:
parent
fca6951ecc
commit
cb63b07700
1 changed files with 5 additions and 3 deletions
|
@ -22,8 +22,10 @@ func (di *Info) AddPlatformInfo(_ context.Context) {
|
|||
|
||||
// Add section.
|
||||
di.AddSection(
|
||||
fmt.Sprintf("Platform: Android %s", info.VersionCode),
|
||||
fmt.Sprintf("Platform: Android"),
|
||||
UseCodeSection|AddContentLineBreaks,
|
||||
fmt.Sprintf("SDK: %d %s", info.SDK, info.Incremental),
|
||||
fmt.Sprintf("Device: %s %s (%s)", info.Manufacturer, info.Brand, info.Board))
|
||||
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))
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue