am dfc404c5: Be more robust.

* commit 'dfc404c527e41c4bbc1804caba6ad5008309ec22':
  Be more robust.
diff --git a/src/com/android/music/MusicUtils.java b/src/com/android/music/MusicUtils.java
index d14e98e..06cabb1 100644
--- a/src/com/android/music/MusicUtils.java
+++ b/src/com/android/music/MusicUtils.java
@@ -1070,8 +1070,8 @@
                     bm = BitmapFactory.decodeFileDescriptor(fd);
                 }
             }
+        } catch (IllegalStateException ex) {
         } catch (FileNotFoundException ex) {
-            //
         }
         if (bm != null) {
             mCachedBit = bm;