Here is the stack trace from a reboot crash loop:

05-22 16:04:04.720: ERROR/AndroidRuntime(1284): Uncaught handler:
thread AsyncPlayer-NotificationService exiting due to uncaught
exception
05-22 16:04:04.720: ERROR/AndroidRuntime(1284): *** EXCEPTION IN
SYSTEM PROCESS.  System will crash.
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):
android.content.res.Resources$NotFoundException: File res/raw/
fallbackring.ogg from drawable resource ID #0x10c0000
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.res.Resources.openRawResourceFd(Resources.java:859)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
com.android.providers.settings.SettingsProvider.openAssetFile(SettingsProvider.java:
475)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.ContentProvider
$Transport.openAssetFile(ContentProvider.java:194)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.ContentResolver.openAssetFileDescriptor(ContentResolver.java:
510)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.media.MediaPlayer.setDataSource(MediaPlayer.java:678)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.media.AsyncPlayer.startSound(AsyncPlayer.java:62)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.media.AsyncPlayer.access$200(AsyncPlayer.java:33)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.media.AsyncPlayer$Thread.run(AsyncPlayer.java:99)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284): Caused by:
java.io.FileNotFoundException: This file can not be opened as a file
descriptor; it is probably compressed
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.res.AssetManager.openNonAssetFdNative(Native Method)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.res.AssetManager.openNonAssetFd(AssetManager.java:410)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     at
android.content.res.Resources.openRawResourceFd(Resources.java:856)
05-22 16:04:04.806: ERROR/AndroidRuntime(1284):     ... 7 more


Is this avoidable, or is it a completely random bug. I am not entirely
sure what it means. Could my app be causing this? It looks like it
would just be coincidence, but it seems to happen more after
installing my app. I am trying to figure out how to avoid this crash,
does anyone have any experience with this? My app does change the
notification tone.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to