aboutsummaryrefslogtreecommitdiffstats
path: root/vm/adb
Commit message (Expand)AuthorAgeFilesLines
* vm/adb: don't check for ret code on adb shell rebootSebastian Ene2026-01-201-1/+10
* vm/adb: use the correct path for debugfsSebastian Ene2026-01-191-1/+1
* vm: add context to Pool.Create()Aleksandr Nogikh2025-10-011-1/+1
* vm: func Run accepts contextTaras Madan2025-05-191-3/+3
* vm/adb: pass device|console info to scriptJiao, Joey2025-04-081-1/+1
* vm/adb: run script allows executing complex scriptJiao, Joey2025-04-081-7/+1
* vm/adb: change printk level to allow findConsoleJiao, Joey2025-04-031-0/+8
* vm: support console_cmd to run cmd to collect console logJoey Jiao2025-02-101-20/+29
* vm: dedup VM count restriction in debug modeDmitry Vyukov2024-11-251-3/+0
* vmimpl: refactor VM type registrationDmitry Vyukov2024-07-231-1/+3
* vm: make Instance implement io.CloserAleksandr Nogikh2024-07-111-1/+2
* vm: refactor vm.Multiplex argumentsAleksandr Nogikh2024-07-011-13/+22
* executor: add runner modeDmitry Vyukov2024-06-241-1/+1
* vm/adb: fix permission when running under WSLJoey Jiao2024-05-211-0/+1
* pkg/rpctype: prepare for not using for target communicationDmitry Vyukov2024-05-031-1/+1
* all: go fix everythingDmitry Vyukov2024-04-261-1/+0
* pkg/rpctype: make RPC compression optionalDmitry Vyukov2024-04-031-1/+1
* vm/adb: allow lower-case in serial numberNecip Fazil Yildiran2023-08-311-1/+1
* all: use special placeholder for errorsTaras Madan2023-07-241-8/+8
* vm/adb: have adb work with android emulator by defaultb10tt02023-06-131-2/+3
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-3/+2
* vm/adb: added a new condition to determine localhostAndrey Artemiev2022-08-101-1/+1
* vm/adb: wait for Android boot to finishAndrey Artemiev2022-07-251-10/+51
* vm/adb: use adb wait-for-device for inst.waitForSSH()Kris Alder2022-06-241-10/+13
* vm/adb: unlink symlinks before calling rmMax Spector2021-10-201-2/+6
* vm/adb: add localhost to ip regex of deviceHuizi Yang2021-10-141-2/+2
* vm/adb: support both old and new device formatHuizi Yang2021-09-101-6/+34
* vm/vmimpl/console: tail to kernel log to get serial outputHuizi Yang2021-09-101-24/+1
* vm/adb: add new adb device format and console impl for CuttlefishHuizi Yang2021-09-101-10/+58
* vm/adb: invoke waitForSSH right after the `root` commandAleksandr Nogikh2021-08-311-2/+1
* vm/adb: mount debugfs on Android if it is not mountedMax Spector2021-08-311-0/+11
* pkg: update generated files to go 1.17Alexey Kardashevskiy2021-07-071-0/+1
* vm/adb: add repair_script before adb availableJoey Jiao2021-04-141-10/+25
* vm/adb: add startup_script configJoey Jiao2021-04-141-2/+17
* vm/adb: add flag to avoid adb reboot for testJoey Jiao2021-03-201-9/+17
* vm: pass Report to DiagnoseDmitry Vyukov2020-11-211-1/+2
* all: fix comments formatDmitry Vyukov2020-07-121-2/+2
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-281-4/+3
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-211-2/+2
* syz-ci: de-hardcode list of VMs that support overcommitDmitry Vyukov2018-09-111-1/+1
* gometalinter: clean up some errcheck warningsDmitry Vyukov2018-08-021-35/+3
* adb: Add console logic for ttyUSB.serialZach Riggle2018-07-261-0/+8
* vm/vmimpl: add vm.Diagnose methodDmitry Vyukov2018-06-221-0/+4
* vm/adb: don't fail if port 35099 is busyDmitry Vyukov2018-06-111-5/+8
* vm/adb: disable kptr_restrict for AndroidBilly Lau2018-05-161-0/+1
* all: get rid of underscores in identifiersDmitry Vyukov2018-05-071-6/+6
* vm/{adb,isolated}: dudup common codeDmitry Vyukov2018-05-061-37/+1
* all: fix too long linesDmitry Vyukov2018-05-051-1/+2
* gometalinter: check dot importsDmitry Vyukov2018-05-031-13/+13
* adb: add debug level to ALERT for UART detectorJean-Baptiste Théou2018-04-181-1/+1