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 アプリがクラッシュし、デバッグ モードではない場合、どこでスタック トレースを取得できますか?
これはあなたのデバイスにありますか?
あなたがそれを取得して以来、あなたはそれを所有していると思います。デバイスをコンピューターに接続し、adb を介して
問題
adb logcat > log.txt
(log.txt には、すべてのスタック トレースと最近のイベントの logcat が書き込まれます)。データ収集の約 10 秒後に CTRL C を押します。