Closed GoogleCodeExporter closed 9 years ago
Additionally, we shouldn't so severely mask the source exception in
BaseDiskCache.java without declaring what it was:
try {
nomediaFile.createNewFile();
} catch (IOException e) {
throw new IllegalStateException("Unable to create nomedia file.");
}
Original comment by jlapenna
on 9 Sep 2009 at 2:10
http://codereview.appspot.com/120052 Should resolve this.
Original comment by jlapenna
on 21 Sep 2009 at 2:20
Original comment by jlapenna
on 21 Sep 2009 at 3:04
This issue was closed by revision 16c66ee57f.
Original comment by jlapenna
on 25 Sep 2009 at 4:36
Original issue reported on code.google.com by
jlapenna
on 9 Sep 2009 at 1:55