Uses of Class
com.pnfsoftware.jeb.core.units.code.android.adb.AdbProcess
Packages that use AdbProcess
Package
Description
Types to access and interact with the
Android Debug Bridge
(adb).-
Uses of AdbProcess in com.pnfsoftware.jeb.core.units.code.android.adb
Methods in com.pnfsoftware.jeb.core.units.code.android.adb that return AdbProcessMethods in com.pnfsoftware.jeb.core.units.code.android.adb that return types with arguments of type AdbProcessModifier and TypeMethodDescriptionAdbWrapper.listProcesses()
List the processes running on this device.static List<AdbProcess>
AdbProcess.parsePsData
(byte[] data) Parse the result of `ps` execution on an Android devide.Constructors in com.pnfsoftware.jeb.core.units.code.android.adb with parameters of type AdbProcess