Variable: tramp-adb-connection-local-default-ps-variables

tramp-adb-connection-local-default-ps-variables is a variable defined in tramp-adb.el.gz.

Value

((tramp-process-attributes-ps-args)
 (tramp-process-attributes-ps-format
  (user . string)
  (pid . number)
  (ppid . number)
  (vsize . number)
  (rss . number)
  (wchan . string)
  (pc . string)
  (state . string)
  (args)))

Documentation

Default connection-local ps variables for remote adb connections.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
(defconst tramp-adb-connection-local-default-ps-variables
  '((tramp-process-attributes-ps-args)
    (tramp-process-attributes-ps-format
     . ((user . string)
        (pid . number)
        (ppid . number)
        (vsize . number)
        (rss . number)
        (wchan . string) ; ??
        (pc . string) ; ??
        (state . string)
        (args . nil))))
  "Default connection-local ps variables for remote adb connections.")