Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个 shell 脚本来将文本/媒体文件从 PC 复制到 Android 设备并计算 USB 文件传输速度、持续时间等。
我可以使用 PC 上的 adb push 命令将文件推送到 SD 卡。如何获取 USB 文件传输速度、持续时间、文件大小等。
上述步骤是否也模拟了最终用户场景,或者有没有更好的方法来做到这一点。