ここにコードスニペットがあります
Log.i("poweruptcoach:aboutx000",MainActivity.pathtocoach);
if(MainActivity.pathtocoach != null && !MainActivity.pathtocoach.isEmpty()){
filespec = ServerFileSpec + MainActivity.pathtocoach;
}
topstuff = (RelativeLayout)findViewById(R.id.topstuff);
Button coachesBtn = (Button)findViewById(R.id.coachesBtn);
Button disclaimerBtn = (Button)findViewById(R.id.disclaimerBtn);
Log.i("poweruptcoach:aboutx00","?" +MainActivity.pathtocoach+"?");
最初の log-aboutx000 は catlog に表示されませんが、2 番目の log-aboutx00 は表示されます。なぜ?