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.
我对 android 相当陌生,我想知道是否有办法在 PC 上运行 lsmod 并将结果输出保存为文本文件。抱歉,如果这是一个简单的问题,但是正如我所说,我是 android 的新手。
然后
adb shell lsmod > lsmod.txt
在 PC 上会做你需要的。
它不需要根。
Hi I currently have a Collection container and I need to dump its contents into an ArrayList or a List. This ArrayList holds a dictionary object.
Now if I have