redaready / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

Sorry pop-up caused by NullPointerException at PositionStatusNotificationService.java:134 #316

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. turn on talkback
2. launch walkytalky > enter a valid address and wait for it to launch google 
maps in walking mode
3. open route options > observe sorry popup after some time

08-27 16:06:01.280 11230 11230 E AndroidRuntime: FATAL EXCEPTION: main
08-27 16:06:01.280 11230 11230 E AndroidRuntime: java.lang.RuntimeException: 
Unable to start service 
com.googlecode.eyesfree.walkytalky.PositionStatusNotificationService@416f0b30 
with null: java.lang.NullPointerException
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2537)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.ActivityThread.access$1900(ActivityThread.java:135)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1298)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.os.Handler.dispatchMessage(Handler.java:99)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.os.Looper.loop(Looper.java:137)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.ActivityThread.main(ActivityThread.java:4849)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
java.lang.reflect.Method.invokeNative(Native Method)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
java.lang.reflect.Method.invoke(Method.java:511)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
dalvik.system.NativeStart.main(Native Method)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: Caused by: 
java.lang.NullPointerException
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
com.googlecode.eyesfree.walkytalky.PositionStatusNotificationService.onStart(Pos
itionStatusNotificationService.java:134)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.Service.onStartCommand(Service.java:450)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: at 
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2520)
08-27 16:06:01.280 11230 11230 E AndroidRuntime: ... 10 more

Original issue reported on code.google.com by momzz...@gmail.com on 29 Aug 2013 at 1:25

GoogleCodeExporter commented 9 years ago
momzzang, which device are you using and what Android version is it running?

Original comment by caseybur...@google.com on 5 Dec 2013 at 7:43