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.
「top | grep applicationX」の結果をWindowsのファイルに保存したい。adb shell top > C:\top_result.txt を使用して上位の結果を保存できますが、grep を使用する必要があります。だから、私はやっています:
adb シェル トップ | grep アプリケーション X
端末で必要な情報を取得していますが、ファイルに保存したいと考えています。ありがとう!
adb shell top | grep applicationX > C:\top_result.txt
次のように出力を操作できます。
adb shell top | grep applicationX > /dir/somefile