[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-23 Thread noslen
It looks like the error happens when parceling whatever data you're sending . Did you notice the read error? -- 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

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-21 Thread Dmitriy Kazakov
Thanks b0b, Th problem is that I receiev the log file with a lot of exceptions as this, they are so much that I don't see previous rows. I have a case when my service could be killed by system. Notification in status bar and running as foreground make it's life longer but case are occurs

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-19 Thread Dmitriy Kazakov
Hi, App still catch this problem. Could someone help me to figure out with it? воскресенье, 25 ноября 2012 г., 19:56:43 UTC+4 пользователь Dmitriy Kazakov написал: Hello, I have an app did a lot calculations, comunicate with a server and lives all time in backgound if user wants it. My

[android-developers] Re: what does it mean? - java.lang.SecurityException: Unable to find app for caller android.app. ApplicationThreadProxy@42b3bcc0 (pid=28461) when publishing content providers

2012-12-19 Thread b0b
This means there was an error communicating with another process handling an Intent. The stack trace here is confusing and doesn't show the real cause of the problem. For example i've seen this error happen sending an intent with intent extras being too big, bigger than max transaction size