Hi all,

I am running this bit of code within the emulator (SDK 1.0r)

                Log.d(TAG, "I am here - 1");
                Location currentLocation =
lm.getLastKnownLocation(LocationManager.GPS_PROVIDER);
                Log.d(TAG, "I am here - 2");


The logcat output never shows the second log statement - and nothing
after this code gets executed - its like the thread just dies??

Can any body advise me on how to debug this further?

Many thanks in advance.
--
Brad.

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to