alankwok / androzic

Automatically exported from code.google.com/p/androzic
GNU General Public License v3.0
0 stars 0 forks source link

Androzic crash on open Sony-Ericsson Xperia Active. #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable GPS
2. Open Androzic

What is expected? What do you get instead?

Androzic should show position in map, but it crashes.

What version of the product are you using?

1.0

Please provide any additional information below.

This happens only, when GPS is enabled. If I open Androzic offline (without 
GPS), then it runs correctly.

Crash log:

java.lang.NullPointerException
    at com.androzic.location.LocationService.onLocationChanged(LocationService.java:399)
    at android.location.LocationManager$ListenerTransport._handleMessage(LocationManager.java:227)
    at android.location.LocationManager$ListenerTransport.access$000(LocationManager.java:160)
    at android.location.LocationManager$ListenerTransport$1.handleMessage(LocationManager.java:176)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:130)
    at android.app.ActivityThread.main(ActivityThread.java:3701)
    at java.lang.reflect.Method.invokeNative(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:507)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:866)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:624)
    at dalvik.system.NativeStart.main(Native Method)

Device is:
Sony-Ericsson ST17i
Android version 2.3.4
Baseband: 8x55A-AAABQOAZM-203028A-50
Kernel version:
2.6.32.9-perf SEMCUser@SEMCHost #1
Build number:
4.0.1.A.0.284

Original issue reported on code.google.com by lepik.kr...@gmail.com on 23 Oct 2011 at 11:45

Attachments: