com.android.tradefed.device.server

接口

AndroidDebugBridge.IDebugBridgeChangeListener 实现此接口的类会提供一种用于处理 AndroidDebugBridge 更改(包括重新启动)的方法。 
AndroidDebugBridge.IDeviceChangeListener 实现此接口的类会提供用于处理 IDevice 添加、删除和更改的方法。 
IStackTraceInfo 实现此接口的类会提供一个返回堆栈轨迹的方法。 
SyncService.ISyncProgressMonitor 实现此接口的类会提供用于显示传输进度的方法。 
TimeoutRemainder.SystemNanoTimeProvider  

AdbDevice 保存“adb devices -l”命令报告的设备状态。 
AdbHelper 用于处理请求和与 adb 的连接的辅助类。 
AdbHelper.AdbResponse 来自 ADB 的响应。 
AdbInitOptions 用于初始化 AndroidDebugBridge 的选项。 
AdbInitOptions.Builder 为 ADB 构建初始化选项。 
AdbSocketUtils  
AdbVersion  
AllocationInfo 保存分配信息。 
AllocationInfo.AllocationSorter  
AllocationsParser  
AndroidDebugBridge 与主机端 Android 调试桥 (adb) 的连接

这是与任何设备、模拟器或在这些设备上运行的应用进行通信的中心点。 

DeviceImpl 设备。 
DeviceListMonitorTask  
DeviceMonitor DeviceMonitor 会监控连接到 adb 的设备。 
DeviceMonitor.DeviceListComparisonResult  
HeapSegment 描述堆内存段中对象的类型和位置。 
HeapSegment.HeapSegmentElement 描述了 HPSG 数据中编码的对象/区域。 
NativeAllocationInfo 存储原生广告分配信息。 
NativeLibraryMapInfo 原生库的内存地址到库的映射。 
NativeStackCallInfo 表示堆栈调用。 
RemoteSplitApkInstaller  
SplitApkInstaller  
SplitApkInstallerBase  
SyncService 同步服务类,用于通过调试桥向设备/模拟器推送/从设备/模拟器拉取。 
SyncService.FileStat  
ThreadInfo 保存线程信息。 
TimeoutRemainder 用于跟踪剩余时间(给定初始超时时间)的实用程序类。 
TimeoutRemainder.DefaultSystemNanoTime  

枚举

AdbHelper.AdbService 确定命令应针对哪个 adb 服务。 
AllocationInfo.SortMode  

例外情况

CommandRejectedException