Nexus 4 と Vodafone Smart 3 (TLC - Alcatel v975) の 2 つのスマートフォンがあります。私のソースコードには2つのlog.dがあり、Nexusでデバッグを行うとlog.dがLogcatに表示されますが、Vodafone Smart 3を使用している場合、log.dはLogcatに表示されません...私のソースコードは以下 :
public void savetime(View view){
Integer hour= mitsos.getCurrentHour();
Integer minutes=mitsos.getCurrentMinute();
Log.d("mitsos","hour "+hour);
Log.d("mitsos","minutes"+minutes);}