alankwok / androzic

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

Crash on samsung SGS2 #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.It crashes immediatly when the GPS got the fix
2.
3.

What is expected? What do you get instead?

What version of the product are you using?version 1.0

Please provide any additional information below.

I have fixed the issue by installing a previous version (0.9.22b)

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.androzic/com.androzic.map.MapInformation}: 
java.lang.NullPointerException
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651)
    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
    at android.app.ActivityThread.access$1500(ActivityThread.java:117)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:123)
    at android.app.ActivityThread.main(ActivityThread.java:3691)
    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:847)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
    at com.androzic.map.Map.info(Map.java:567)
    at com.androzic.map.MapInformation.onCreate(MapInformation.java:24)
    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
    ... 11 more

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:123)
    at android.app.ActivityThread.main(ActivityThread.java:3691)
    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:847)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
    at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by jean-pie...@systech-eu.com on 19 Oct 2011 at 2:35

Attachments: