update: android douyin demo

This commit is contained in:
xucong053
2022-09-28 14:36:00 +08:00
parent dd9cf7dc6e
commit 32027c3ef5
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ func (dExt *DriverExt) StartLogRecording(identifier string) error {
}
func (dExt *DriverExt) GetLogs() (interface{}, error) {
log.Info().Msg("stop WDA log recording")
log.Info().Msg("stop log recording")
if _, ok := dExt.Driver.(*wdaDriver); ok {
data := map[string]interface{}{"action": "stop"}
reply, err := dExt.triggerWDALog(data)