Is this error reproducible by your user?

You see some weird errors pop-up once in a while from user that I attribute 
to bugs in a) Android, b) the firmware, c) the custom skin of the device.

As long as it happens randomly and to not many users, I wouldn't worry 
about it too much.



On Wednesday, March 21, 2012 3:09:16 PM UTC+8, Tomáš Hubálek wrote:
>
> Hi, I'm getting error report from anonymous user with this stack trace 
> listed bellow. 
>
> I have no idea what is wrong as I checked permissions and I have  
> <uses-permission 
> android:name="android.permission.ACCESS_WIFI_STATE"/> in 
> AndroidManifest.xml.
>
> Could anybody give me a clue what this exception means?
>
> Thanks
>
> java.lang.RuntimeException: Unable to start receiver 
> net.hubalek.android.apps.makeyourclock.widget.xml.ClockWidget_2x1: 
> java.lang.SecurityException: Calling uid 10171 gave packageandroid which is 
> owned by uid 1000
> 1 at android.app.ActivityThread.handleReceiver(ActivityThread.java:1844)
> 2 at android.app.ActivityThread.access$2400(ActivityThread.java:117)
> 3 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:999)
> 4 at android.os.Handler.dispatchMessage(Handler.java:99)
> 5 at android.os.Looper.loop(Looper.java:123)
> 6 at android.app.ActivityThread.main(ActivityThread.java:3728)
> 7 at java.lang.reflect.Method.invokeNative(Native Method)
> 8 at java.lang.reflect.Method.invoke(Method.java:507)
> 9 at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
> 10 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
> 11 at dalvik.system.NativeStart.main(Native Method)
> 12 Caused by: java.lang.SecurityException: Calling uid 10171 gave 
> packageandroid which is owned by uid 1000
> 13 at android.os.Parcel.readException(Parcel.java:1322)
> 14 at android.os.Parcel.readException(Parcel.java:1276)
> 15 at 
> android.net.wifi.IWifiManager$Stub$Proxy.getConnectionInfo(IWifiManager.java:683)
> 16 at android.net.wifi.WifiManager.getConnectionInfo(WifiManager.java:612)
> 17 at 
> net.hubalek.android.apps.makeyourclock.widget.ClockWidget.onUpdate(SourceFile:98)
> 18 at 
> android.appwidget.AppWidgetProvider.onReceive(AppWidgetProvider.java:61)
> 19 at 
> net.hubalek.android.apps.makeyourclock.widget.ClockWidget.onReceive(SourceFile:337)
> 20 at android.app.ActivityThread.handleReceiver(ActivityThread.java:1833)
> 21 ... 10 more
> 22 java.lang.SecurityException: Calling uid 10171 gave packageandroid 
> which is owned by uid 1000
> 23 at android.os.Parcel.readException(Parcel.java:1322)
> 24 at android.os.Parcel.readException(Parcel.java:1276)
> 25 at 
> android.net.wifi.IWifiManager$Stub$Proxy.getConnectionInfo(IWifiManager.java:683)
> 26 at android.net.wifi.WifiManager.getConnectionInfo(WifiManager.java:612)
> 27 at 
> net.hubalek.android.apps.makeyourclock.widget.ClockWidget.onUpdate(SourceFile:98)
> 28 at 
> android.appwidget.AppWidgetProvider.onReceive(AppWidgetProvider.java:61)
> 29 at 
> net.hubalek.android.apps.makeyourclock.widget.ClockWidget.onReceive(SourceFile:337)
> 30 at android.app.ActivityThread.handleReceiver(ActivityThread.java:1833)
> 31 at android.app.ActivityThread.access$2400(ActivityThread.java:117)
> 32 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:999)
> 33 at android.os.Handler.dispatchMessage(Handler.java:99)
> 34 at android.os.Looper.loop(Looper.java:123)
> 35 at android.app.ActivityThread.main(ActivityThread.java:3728)
> 36 at java.lang.reflect.Method.invokeNative(Native Method)
> 37 at java.lang.reflect.Method.invoke(Method.java:507)
> 38 at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:864)
> 39 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:622)
> 40 at dalvik.system.NativeStart.main(Native Method)
>

-- 
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