Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennth committed Aug 3, 2016
1 parent 2bb268e commit 038eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobtask.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func keepActivityClean(id int) {
fmt.Println(err.Error())
}
time.Sleep(time.Second * 1)
f, err = exec.Command("/bin/sh", "-c", "adb -s "+phoneid+" shell rm -f /data/data/com.sg.hlw.vivo/files/c_data_store.dat").Output()
f, err = exec.Command("/bin/sh", "-c", "adb -s "+phoneid+" shell rm -f /data/data/"+packname+"files/c_data_store.dat").Output()
if err == nil {
fmt.Println(string(f))
} else {
Expand Down

0 comments on commit 038eeae

Please sign in to comment.