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.
を使用している場合e.printStackTrace()、logcat の行をクリックすると、問題のあるコード行にジャンプします。
e.printStackTrace()
これらのトレースにタグを追加したいのですがLog.e(String tag, String msg, Throwable tr)、例外名しか表示されません。
Log.e(String tag, String msg, Throwable tr)
クリック動作を保持する方法はありますか?
Log.e(TAG, "some descritpion", e);
このコードは e.printStackTrace() のようにログを生成する必要がありますが、タグがあり、「クリック動作」が機能しています。
adt 10.0.1 で Eclipse を使用しています。おそらくプラグインの更新が役立つでしょう。