diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 8219c475..fd14f88e 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2409252253 +v5.0.0-beta-2409262247 diff --git a/hrp/pkg/uixt/harmony_hdc_driver.go b/hrp/pkg/uixt/harmony_hdc_driver.go index 76f8462f..441ad4db 100644 --- a/hrp/pkg/uixt/harmony_hdc_driver.go +++ b/hrp/pkg/uixt/harmony_hdc_driver.go @@ -103,6 +103,7 @@ func (hd *hdcDriver) Unlock() (err error) { } re := regexp.MustCompile(`powerstatus=([\w_]+)`) match := re.FindStringSubmatch(screenInfo) + log.Info().Msg("screen info: " + screenInfo) if len(match) <= 1 { return fmt.Errorf("failed to unlock; failed to find powerstatus") }