change: update logs

This commit is contained in:
lilong.129
2023-08-06 14:27:30 +08:00
parent 6e8c0005c0
commit 9a7848a142
7 changed files with 65 additions and 72 deletions

View File

@@ -73,7 +73,7 @@ func (ad *adbDriver) WindowSize() (size Size, err error) {
var resolution string
sizeList := strings.Split(output, "\n")
log.Info().Msgf("window size: %v", sizeList)
log.Trace().Msgf("window size: %v", sizeList)
for _, size := range sizeList {
if strings.Contains(size, matchedSizeType) {
resolution = strings.Split(size, ": ")[1]