I have two smartphones one Nexus 4 and one Vodafone Smart 3 (TLC - Alcatel v975). In my Sourcecode I have two log.d and if I make the debugging on Nexus the log.d appear in Logcat, but when I'm using Vodafone Smart 3 , log.d doesn't appear in Logcat ... My Sourcecode is the following :
public void savetime(View view){
    Integer hour= mitsos.getCurrentHour();
    Integer minutes=mitsos.getCurrentMinute();
    Log.d("mitsos","hour "+hour);
    Log.d("mitsos","minutes"+minutes);}
 
     
     
     
    