Hello, I am getting following exception. does some one know what can be reason of it ?
E/AndroidRuntime( 2218): Uncaught handler: thread main exiting due to uncaught e xception E/AndroidRuntime( 2218): java.lang.NullPointerException: println needs a message E/AndroidRuntime( 2218): at android.util.Log.println(Native Method) E/AndroidRuntime( 2218): at android.util.Log.e(Log.java:208) E/AndroidRuntime( 2218): at com.devindia.vault.MyService.callUrls(MyServi ce.java:349) E/AndroidRuntime( 2218): at com.devindia.vault.MyService $1.run(MyService. java:967) E/AndroidRuntime( 2218): at android.os.Handler.handleCallback(Handler.jav a:587) E/AndroidRuntime( 2218): at android.os.Handler.dispatchMessage(Handler.ja va:92) E/AndroidRuntime( 2218): at android.os.Looper.loop(Looper.java: 123) E/AndroidRuntime( 2218): at android.app.ActivityThread.main(ActivityThrea d.java:4367) E/AndroidRuntime( 2218): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 2218): at java.lang.reflect.Method.invoke(Method.java:5 21) E/AndroidRuntime( 2218): at com.android.internal.os.ZygoteInit $MethodAndA rgsCaller.run(ZygoteInit.java:860) E/AndroidRuntime( 2218): at com.android.internal.os.ZygoteInit.main(Zygot eInit.java:618) E/AndroidRuntime( 2218): 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

