这是代码片段
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 中,但第二个 log-aboutx00,会出现。为什么?