- Apr 2, 2011
- 204
- 40
Hi everyone..
I'm trying to identify an FC in the Email.apk, but I can't figure it out :-(
It happens when I receive a mail and as far as I can tell, it has something to do with the notification of the mail..
I'm using the multi language 2.11.30 (danish) on English locale it works, meaning its a string error somewhere I think, but I just can't find it. And the apk recompiles fine..
Here's the log:
And here's the link to the repo with my xmls for Email (if it helps..):
https://bitbucket.org/iBotPeaches/m...10230e/main/Email.apk/res/values-da?at=master
Thanks
I'm trying to identify an FC in the Email.apk, but I can't figure it out :-(
It happens when I receive a mail and as far as I can tell, it has something to do with the notification of the mail..
I'm using the multi language 2.11.30 (danish) on English locale it works, meaning its a string error somewhere I think, but I just can't find it. And the apk recompiles fine..
Here's the log:
Code:
java.lang.IndexOutOfBoundsException: setSpan (-1 ... 9) ends beyond length 0
at android.text.SpannableStringInternal.checkRange(SpannableStringInternal.java:349)
at android.text.SpannableStringInternal.setSpan(SpannableStringInternal.java:77)
at android.text.SpannableString.setSpan(SpannableString.java:46)
at com.android.email.NotificationController.getSingleMessageInboxLine(NotificationController.java:581)
at com.android.email.NotificationController.createNewMessageNotification(NotificationController.java:511)
at com.android.email.NotificationController$MessageContentObserver.onChange(NotificationController.java:894)
at android.database.ContentObserver.onChange(ContentObserver.java:129)
at android.database.ContentObserver$NotificationRunnable.run(ContentObserver.java:180)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at com.android.email.NotificationController$NotificationThread.run(NotificationController.java:1000)
at java.lang.Thread.run(Thread.java:856)
And here's the link to the repo with my xmls for Email (if it helps..):
https://bitbucket.org/iBotPeaches/m...10230e/main/Email.apk/res/values-da?at=master
Thanks