aboutsummaryrefslogtreecommitdiffstats
path: root/vm/adb
diff options
context:
space:
mode:
Diffstat (limited to 'vm/adb')
-rw-r--r--vm/adb/adb.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm/adb/adb.go b/vm/adb/adb.go
index 3b839ea00..91bef1e0f 100644
--- a/vm/adb/adb.go
+++ b/vm/adb/adb.go
@@ -428,3 +428,7 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin
return vmimpl.Multiplex(adb, merger, tty, timeout, stop, inst.closed, inst.debug)
}
+
+func (inst *instance) Diagnose() bool {
+ return false
+}