mPhoto写成private,
if (mPhoto == null) {
System.out.println(mPhotoFileName +" is null");
}
就会进入到这里,mPhoto为空,读取不到
get set方法写了也不行
因为如果为private的话,外部无法操作,的在内部生成setter,getter方法来对mPhoto赋值