示例#1
0
 private String locationString() {
   return location == null ? mWriter.toString() : location.getAbsolutePath();
 }