Wednesday 15 September 2010

java - Something is killing my script, can't figure out what is doing it in code and outputs STOP_ACTIVITY_HIDE -



java - Something is killing my script, can't figure out what is doing it in code and outputs STOP_ACTIVITY_HIDE -

whenever run script working yesterday, killed today. app written in java , want utilize google maps when users click on, say, bookstore or doc icon in app, taken google location in city wherever in world.

however, happens stops , hides activity. app starts splash screen , goes icons splash. when touch icon, gives coordinates doesn't output anything. have changed key , everything. ideas why?

logcat

10-29 02:59:06.260 13409-13409/com.xtreme.cityguide e/geodata:﹕ current location longitude: -81.06201496 latitude: 37.39213943 10-29 02:59:06.310 13409-13409/com.xtreme.cityguide d/activitythread﹕ >>> handling: pause_activity 10-29 02:59:06.330 13409-13409/com.xtreme.cityguide d/activitythread﹕ <<< done: pause_activity 10-29 02:59:06.380 13409-13409/com.xtreme.cityguide d/activitythread﹕ >>> handling: launch_activity 10-29 02:59:06.440 13409-13409/com.xtreme.cityguide w/query in activity :﹕ book_store 10-29 02:59:06.450 13409-13706/com.xtreme.cityguide w/url is﹕ https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=37.39213943,-81.06201496&rankby=distance&types=book_store&sensor=false&key=aizasyc6zhflvgvclkemwbfmfm5qj0jis-eor4u 10-29 02:59:06.450 13409-13409/com.xtreme.cityguide d/activitythread﹕ <<< done: launch_activity 10-29 02:59:06.620 13409-13706/com.xtreme.cityguide i/system.out﹕ login form get: http/1.1 200 ok 10-29 02:59:06.620 13409-13706/com.xtreme.cityguide i/system.out﹕ login cookies: 10-29 02:59:06.620 13409-13706/com.xtreme.cityguide w/status line﹕ http/1.1 200 ok 10-29 02:59:06.630 13409-13706/com.xtreme.cityguide w/size of city :﹕ 0 10-29 02:59:07.000 13409-13409/com.xtreme.cityguide d/activitythread﹕ >>> handling: stop_activity_hide 10-29 02:59:07.000 13409-13409/com.xtreme.cityguide d/activitythread﹕ <<< done: stop_activity_hide

i figured out on own... did not gps enabled

java android google-maps

No comments:

Post a Comment