在我的三星S3手機應用程序特定的logcat消息不會來。我已經安裝了aLogcat應用程序。類似於「SensorManager:Set normal delay = true」的Logcat消息會在logcat應用程序中出現。samsung s3 logcat messages
但在我的應用程序中,我在按鈕單擊事件中有以下語句。
Log.i("start", "testing");
Log.d("Log.d", "Log.d");
Log.e("Log.e", "Log.e");
這些消息未進入S3設備中的logcat應用程序。但是相同的消息在eclipse模擬器中出現。
看看這個鏈接是否有幫助。 http://stackoverflow.com/q/2250112/2021499 –