14
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LogCat のログの内容をファイルに書き込む方法 と tail -fで監視

14
Posted at

ADT の LogCat があまりに使いにくいので、コンソールで見ることにした

やり方

% adb logcat > logcat.log &
% tail -f logcat.log

以下のようにして必要なのだけ見る

% tail -f logcat.log | grep 文字列

検索用語

Android, ADT, log, tail, eclipse, mac

14
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?