In my Samsung S3 phone application specific logcat messages are not coming. I have installed aLogcat application. Logcat messages like "SensorManager : Set normal delay = true" kind of messages are coming in the logcat application.
But in my app I have following statements in button click event.
Log.i("start", "testing");
Log.d("Log.d", "Log.d");
Log.e("Log.e", "Log.e");
These messages are not coming in the logcat application in the S3 device. But the same messages are coming in the eclipse emulator.