라디오버튼을 이용해서 선택된 버튼의 값을 넘겨주려고 합니다.
(두번째 페이지에서 선택된 데이터를 첫번째 페이지로 전달)
잘 돌아가다가 넘겨주려고 할 때 경고창도 없이 그냥 프로그램이 다운되네요.
아무래도 라디오버튼 때문인 것 같습니다. 라디오버튼을 추가하고 이런 일이 발생했습니다.
왜 이런 일이 발생했을까요..?
1. AAAA.java(첫번째 페이지)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// 변수 선언 및 초기화
double act;
// 값을 받는다
act = data.getDoubleExtra("data_act", 0); // 이렇게 써도 되나요..?
}
2. BBBB.java(두번째 페이지)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
// 초기화
public double i;
// 라디오 버튼의 인스턴스 전달받기
final RadioGroup radiogroup2= (RadioGroup)findViewById(R.id.act);
// 버튼 객체로부터 이벤트를 받고 Intent를 이용해서 이전 페이지로 값 전달하기
Button input_info = (Button)super.findViewById(R.id.save1);
input_info.setOnClickListener(new Button.OnClickListener() {
public void onClick(View view){
// 라디오 버튼 : 선택된 값 받기
radiogroup2.setOnCheckedChangeListener(new OnCheckedChangeListener(){
public void onCheckedChanged(RadioGroup group, int checkedId){
switch (checkedId) {
case R.id.dynamic :
i = 1.75;
break;
case R.id.active :
i = 1.5;
break;
case R.id.normal :
i = 1.3;
break;
case R.id.inactive:
i = 1.2;
break;
default :
i = 1.3;
}
}
});
// 입력 정보 전달하기
Intent intent = getIntent();
intent.putExtra("data_act", i);
setResult(RESULT_OK, intent);
finish();
}
});
}
}
05-26 09:32:33.800: DEBUG/qemud(38): entering main loop
05-26 09:32:33.894: DEBUG/qemud(38): multiplexer_handle_control: unknown control message (18 bytes): 'ko:unknown command'
05-26 09:32:33.902: INFO/Vold(29): Vold 2.1 (the revenge) firing up
05-26 09:32:33.921: INFO/Netd(30): Netd 1.0 starting
05-26 09:32:33.982: DEBUG/Vold(29): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
05-26 09:32:34.750: DEBUG/Vold(29): Volume sdcard state changing 0 (No-Media) -> 1 (Idle-Unmounted)
05-26 09:32:34.771: WARN/Vold(29): No UMS switch available
05-26 09:32:35.051: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:32:35.051: DEBUG/qemud(38): created client 0xe078 listening on fd 8
05-26 09:32:35.081: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'boot-properties'
05-26 09:32:35.081: DEBUG/qemud(38): client_fd_receive: -> received channel id 1
05-26 09:32:35.223: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:32:35.223: DEBUG/qemud(38): created client 0x10028 listening on fd 11
05-26 09:32:35.223: DEBUG/qemud(38): fdhandler_event: disconnect on fd 11
05-26 09:32:35.251: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:32:35.251: DEBUG/qemud(38): created client 0x10028 listening on fd 11
05-26 09:32:35.251: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'gsm'
05-26 09:32:35.251: DEBUG/qemud(38): client_fd_receive: -> received channel id 2
05-26 09:32:36.411: DEBUG/AndroidRuntime(33): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
05-26 09:32:36.411: DEBUG/AndroidRuntime(33): CheckJNI is ON
05-26 09:32:37.691: INFO/(34): ServiceManager: 0xacd0
05-26 09:32:37.761: DEBUG/AudioHardwareInterface(34): setMode(NORMAL)
05-26 09:32:37.803: INFO/CameraService(34): CameraService started: pid=34
05-26 09:32:37.841: INFO/AudioFlinger(34): AudioFlinger's thread 0xb3f0 ready to run
05-26 09:32:37.950: DEBUG/AndroidRuntime(33): --- registering native functions ---
05-26 09:32:39.061: INFO/SamplingProfilerIntegration(33): Profiler is disabled.
05-26 09:32:39.201: INFO/Zygote(33): Preloading classes...
05-26 09:32:39.201: ERROR/Zygote(33): setreuid() failed. errno: 2
05-26 09:32:39.241: DEBUG/dalvikvm(33): GC_EXPLICIT freed 821 objects / 47480 bytes in 33ms
05-26 09:32:39.922: DEBUG/dalvikvm(33): GC_EXPLICIT freed 219 objects / 13600 bytes in 16ms
05-26 09:32:40.110: DEBUG/dalvikvm(33): GC_EXPLICIT freed 253 objects / 14344 bytes in 24ms
05-26 09:32:40.302: DEBUG/dalvikvm(33): GC_EXPLICIT freed 466 objects / 28864 bytes in 14ms
05-26 09:32:41.261: DEBUG/dalvikvm(33): GC_EXPLICIT freed 2090 objects / 108328 bytes in 21ms
05-26 09:32:41.881: WARN/MediaProfiles(33): could not find media config xml file
05-26 09:32:41.961: DEBUG/dalvikvm(33): GC_EXPLICIT freed 279 objects / 15984 bytes in 27ms
05-26 09:32:42.741: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 5012 objects / 223152 bytes in 39ms
05-26 09:32:44.971: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 11282 objects / 381088 bytes in 52ms
05-26 09:32:45.752: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 9805 objects / 461888 bytes in 63ms
05-26 09:32:46.460: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 8694 objects / 422936 bytes in 59ms
05-26 09:32:47.904: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 7648 objects / 458560 bytes in 97ms
05-26 09:32:49.492: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 7537 objects / 458192 bytes in 104ms
05-26 09:32:51.212: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 7189 objects / 457624 bytes in 115ms
05-26 09:32:53.671: DEBUG/dalvikvm(33): GC_FOR_MALLOC freed 8598 objects / 513456 bytes in 104ms
05-26 09:32:53.971: DEBUG/dalvikvm(33): GC_EXPLICIT freed 453 objects / 39176 bytes in 79ms
05-26 09:32:54.492: DEBUG/dalvikvm(33): GC_EXPLICIT freed 594 objects / 29016 bytes in 46ms
05-26 09:32:54.691: DEBUG/dalvikvm(33): GC_EXPLICIT freed 449 objects / 25096 bytes in 62ms
05-26 09:32:55.302: DEBUG/dalvikvm(33): GC_EXPLICIT freed 308 objects / 35136 bytes in 108ms
05-26 09:32:55.581: DEBUG/dalvikvm(33): GC_EXPLICIT freed 279 objects / 18952 bytes in 67ms
05-26 09:32:56.281: DEBUG/dalvikvm(33): GC_EXPLICIT freed 341 objects / 18432 bytes in 69ms
05-26 09:32:56.722: DEBUG/dalvikvm(33): GC_EXPLICIT freed 449 objects / 28248 bytes in 78ms
05-26 09:33:00.921: DEBUG/dalvikvm(33): GC_EXPLICIT freed 529 objects / 53168 bytes in 88ms
05-26 09:33:01.161: DEBUG/dalvikvm(33): GC_EXPLICIT freed 623 objects / 34040 bytes in 91ms
05-26 09:33:01.470: DEBUG/dalvikvm(33): GC_EXPLICIT freed 861 objects / 46872 bytes in 135ms
05-26 09:33:02.022: DEBUG/dalvikvm(33): GC_EXPLICIT freed 1747 objects / 85520 bytes in 110ms
05-26 09:33:02.340: DEBUG/dalvikvm(33): GC_EXPLICIT freed 447 objects / 29400 bytes in 167ms
05-26 09:33:02.692: DEBUG/dalvikvm(33): GC_EXPLICIT freed 315 objects / 20192 bytes in 140ms
05-26 09:33:02.761: INFO/Zygote(33): ...preloaded 1265 classes in 23566ms.
05-26 09:33:02.772: ERROR/Zygote(33): setreuid() failed. errno: 17
05-26 09:33:02.921: DEBUG/dalvikvm(33): GC_EXPLICIT freed 104 objects / 14224 bytes in 155ms
05-26 09:33:03.391: INFO/Zygote(33): Preloading resources...
05-26 09:33:03.461: WARN/Zygote(33): Preloaded drawable resource #0x1080093 (res/drawable-mdpi/sym_def_app_icon.png) that varies with configuration!!
05-26 09:33:03.461: WARN/Zygote(33): Preloaded drawable resource #0x1080002 (res/drawable-mdpi/arrow_down_float.png) that varies with configuration!!
05-26 09:33:03.683: WARN/Zygote(33): Preloaded drawable resource #0x10800b3 (res/drawable/btn_check.xml) that varies with configuration!!
05-26 09:33:03.691: WARN/Zygote(33): Preloaded drawable resource #0x10800b6 (res/drawable-mdpi/btn_check_label_background.9.png) that varies with configuration!!
05-26 09:33:03.703: WARN/Zygote(33): Preloaded drawable resource #0x10800b7 (res/drawable-mdpi/btn_check_off.png) that varies with configuration!!
05-26 09:33:03.703: WARN/Zygote(33): Preloaded drawable resource #0x10800bc (res/drawable-mdpi/btn_check_on.png) that varies with configuration!!
05-26 09:33:03.791: WARN/Zygote(33): Preloaded drawable resource #0x1080004 (res/drawable/btn_default.xml) that varies with configuration!!
05-26 09:33:03.922: WARN/Zygote(33): Preloaded drawable resource #0x1080005 (res/drawable/btn_default_small.xml) that varies with configuration!!
05-26 09:33:04.011: WARN/Zygote(33): Preloaded drawable resource #0x1080006 (res/drawable/btn_dropdown.xml) that varies with configuration!!
05-26 09:33:04.081: WARN/Zygote(33): Preloaded drawable resource #0x1080008 (res/drawable/btn_plus.xml) that varies with configuration!!
05-26 09:33:04.145: WARN/Zygote(33): Preloaded drawable resource #0x1080007 (res/drawable/btn_minus.xml) that varies with configuration!!
05-26 09:33:04.231: WARN/Zygote(33): Preloaded drawable resource #0x1080009 (res/drawable/btn_radio.xml) that varies with configuration!!
05-26 09:33:04.381: WARN/Zygote(33): Preloaded drawable resource #0x108000a (res/drawable/btn_star.xml) that varies with configuration!!
05-26 09:33:04.564: DEBUG/dalvikvm(33): GC_EXPLICIT freed 421 objects / 25848 bytes in 173ms
05-26 09:33:04.621: WARN/Zygote(33): Preloaded drawable resource #0x1080131 (res/drawable/btn_toggle.xml) that varies with configuration!!
05-26 09:33:04.632: WARN/Zygote(33): Preloaded drawable resource #0x1080194 (res/drawable-mdpi/ic_emergency.png) that varies with configuration!!
05-26 09:33:04.651: WARN/Zygote(33): Preloaded drawable resource #0x1080012 (res/drawable-mdpi/divider_horizontal_bright.9.png) that varies with configuration!!
05-26 09:33:04.671: WARN/Zygote(33): Preloaded drawable resource #0x1080014 (res/drawable-mdpi/divider_horizontal_dark.9.png) that varies with configuration!!
05-26 09:33:04.743: WARN/Zygote(33): Preloaded drawable resource #0x1080016 (res/drawable/edit_text.xml) that varies with configuration!!
05-26 09:33:04.782: WARN/Zygote(33): Preloaded drawable resource #0x108016d (res/drawable/expander_group.xml) that varies with configuration!!
05-26 09:33:04.870: WARN/Zygote(33): Preloaded drawable resource #0x1080062 (res/drawable/list_selector_background.xml) that varies with configuration!!
05-26 09:33:04.881: WARN/Zygote(33): Preloaded drawable resource #0x1080227 (res/drawable-mdpi/menu_background.9.png) that varies with configuration!!
05-26 09:33:04.891: WARN/Zygote(33): Preloaded drawable resource #0x1080228 (res/drawable-mdpi/menu_background_fill_parent_width.9.png) that varies with configuration!!
05-26 09:33:04.951: WARN/Zygote(33): Preloaded drawable resource #0x1080229 (res/drawable/menu_selector.xml) that varies with configuration!!
05-26 09:33:04.971: WARN/Zygote(33): Preloaded drawable resource #0x1080234 (res/drawable-mdpi/panel_background.9.png) that varies with configuration!!
05-26 09:33:04.991: WARN/Zygote(33): Preloaded drawable resource #0x108023b (res/drawable-mdpi/popup_bottom_bright.9.png) that varies with configuration!!
05-26 09:33:05.000: WARN/Zygote(33): Preloaded drawable resource #0x108023c (res/drawable-mdpi/popup_bottom_dark.9.png) that varies with configuration!!
05-26 09:33:05.030: WARN/Zygote(33): Preloaded drawable resource #0x108023d (res/drawable-mdpi/popup_bottom_medium.9.png) that varies with configuration!!
05-26 09:33:05.041: WARN/Zygote(33): Preloaded drawable resource #0x108023e (res/drawable-mdpi/popup_center_bright.9.png) that varies with configuration!!
05-26 09:33:05.052: WARN/Zygote(33): Preloaded drawable resource #0x108023f (res/drawable-mdpi/popup_center_dark.9.png) that varies with configuration!!
05-26 09:33:05.091: WARN/Zygote(33): Preloaded drawable resource #0x1080242 (res/drawable-mdpi/popup_full_dark.9.png) that varies with configuration!!
05-26 09:33:05.103: WARN/Zygote(33): Preloaded drawable resource #0x1080245 (res/drawable-mdpi/popup_top_bright.9.png) that varies with configuration!!
05-26 09:33:05.121: WARN/Zygote(33): Preloaded drawable resource #0x1080246 (res/drawable-mdpi/popup_top_dark.9.png) that varies with configuration!!
05-26 09:33:05.190: WARN/Zygote(33): Preloaded drawable resource #0x108006d (res/drawable/progress_indeterminate_horizontal.xml) that varies with configuration!!
05-26 09:33:05.211: WARN/Zygote(33): Preloaded drawable resource #0x108024c (res/drawable/progress_small.xml) that varies with configuration!!
05-26 09:33:05.241: WARN/Zygote(33): Preloaded drawable resource #0x108024d (res/drawable/progress_small_titlebar.xml) that varies with configuration!!
05-26 09:33:05.277: WARN/Zygote(33): Preloaded drawable resource #0x1080270 (res/drawable-mdpi/scrollbar_handle_horizontal.9.png) that varies with configuration!!
05-26 09:33:05.290: WARN/Zygote(33): Preloaded drawable resource #0x1080271 (res/drawable-mdpi/scrollbar_handle_vertical.9.png) that varies with configuration!!
05-26 09:33:05.481: DEBUG/dalvikvm(33): GC_EXPLICIT freed 477 objects / 32640 bytes in 197ms
05-26 09:33:05.531: WARN/Zygote(33): Preloaded drawable resource #0x1080071 (res/drawable/spinner_dropdown_background.xml) that varies with configuration!!
05-26 09:33:05.572: WARN/Zygote(33): Preloaded drawable resource #0x1080354 (res/drawable-mdpi/title_bar_shadow.9.png) that varies with configuration!!
05-26 09:33:05.581: WARN/Zygote(33): Preloaded drawable resource #0x10801d6 (res/drawable-mdpi/indicator_code_lock_drag_direction_green_up.png) that varies with configuration!!
05-26 09:33:05.602: WARN/Zygote(33): Preloaded drawable resource #0x10801d7 (res/drawable-mdpi/indicator_code_lock_drag_direction_red_up.png) that varies with configuration!!
05-26 09:33:05.612: WARN/Zygote(33): Preloaded drawable resource #0x10801d8 (res/drawable-mdpi/indicator_code_lock_point_area_default.png) that varies with configuration!!
05-26 09:33:05.620: WARN/Zygote(33): Preloaded drawable resource #0x10801d9 (res/drawable-mdpi/indicator_code_lock_point_area_green.png) that varies with configuration!!
05-26 09:33:05.643: WARN/Zygote(33): Preloaded drawable resource #0x10801da (res/drawable-mdpi/indicator_code_lock_point_area_red.png) that varies with configuration!!
05-26 09:33:05.652: WARN/Zygote(33): Preloaded drawable resource #0x10801e8 (res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!!
05-26 09:33:05.692: WARN/Zygote(33): Preloaded drawable resource #0x10801ec (res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png) that varies with configuration!!
05-26 09:33:05.711: WARN/Zygote(33): Preloaded drawable resource #0x10801ed (res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png) that varies with configuration!!
05-26 09:33:05.721: WARN/Zygote(33): Preloaded drawable resource #0x10801f1 (res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png) that varies with configuration!!
05-26 09:33:05.742: WARN/Zygote(33): Preloaded drawable resource #0x10801f5 (res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png) that varies with configuration!!
05-26 09:33:05.751: WARN/Zygote(33): Preloaded drawable resource #0x10801f6 (res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png) that varies with configuration!!
05-26 09:33:05.771: WARN/Zygote(33): Preloaded drawable resource #0x10801fb (res/drawable-mdpi/jog_tab_left_confirm_gray.png) that varies with configuration!!
05-26 09:33:05.780: WARN/Zygote(33): Preloaded drawable resource #0x1080200 (res/drawable-mdpi/jog_tab_left_normal.png) that varies with configuration!!
05-26 09:33:05.801: WARN/Zygote(33): Preloaded drawable resource #0x1080201 (res/drawable-mdpi/jog_tab_left_pressed.png) that varies with configuration!!
05-26 09:33:05.811: WARN/Zygote(33): Preloaded drawable resource #0x1080203 (res/drawable-mdpi/jog_tab_right_confirm_gray.png) that varies with configuration!!
05-26 09:33:05.821: WARN/Zygote(33): Preloaded drawable resource #0x1080209 (res/drawable-mdpi/jog_tab_right_normal.png) that varies with configuration!!
05-26 09:33:05.831: WARN/Zygote(33): Preloaded drawable resource #0x108020a (res/drawable-mdpi/jog_tab_right_pressed.png) that varies with configuration!!
05-26 09:33:05.851: WARN/Zygote(33): Preloaded drawable resource #0x108020d (res/drawable-mdpi/jog_tab_target_gray.png) that varies with configuration!!
05-26 09:33:05.851: INFO/Zygote(33): ...preloaded 61 resources in 2457ms.
05-26 09:33:05.982: INFO/Zygote(33): ...preloaded 15 resources in 127ms.
05-26 09:33:06.182: DEBUG/dalvikvm(33): GC_EXPLICIT freed 505 objects / 37912 bytes in 204ms
05-26 09:33:06.422: DEBUG/dalvikvm(33): GC_EXPLICIT freed 150 objects / 5792 bytes in 214ms
05-26 09:33:06.562: DEBUG/dalvikvm(33): GC_EXPLICIT freed 2 objects / 48 bytes in 137ms
05-26 09:33:06.621: INFO/dalvikvm(33): System server process 65 has been created
05-26 09:33:06.641: INFO/Zygote(33): Accepting command socket connections
05-26 09:33:07.941: ERROR/BatteryService(65): usbOnlinePath not found
05-26 09:33:07.941: ERROR/BatteryService(65): batteryVoltagePath not found
05-26 09:33:07.941: ERROR/BatteryService(65): batteryTemperaturePath not found
05-26 09:33:07.962: INFO/sysproc(65): Entered system_init()
05-26 09:33:07.972: INFO/sysproc(65): ServiceManager: 0x120580
05-26 09:33:07.991: INFO/SurfaceFlinger(65): SurfaceFlinger is starting
05-26 09:33:07.991: INFO/SurfaceFlinger(65): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
05-26 09:33:08.011: ERROR/SurfaceFlinger(65): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake
05-26 09:33:08.143: INFO/gralloc(65): using (fd=25)
05-26 09:33:08.143: INFO/gralloc(65): id =
05-26 09:33:08.143: INFO/gralloc(65): xres = 480 px
05-26 09:33:08.143: INFO/gralloc(65): yres = 800 px
05-26 09:33:08.143: INFO/gralloc(65): xres_virtual = 480 px
05-26 09:33:08.143: INFO/gralloc(65): yres_virtual = 1600 px
05-26 09:33:08.143: INFO/gralloc(65): bpp = 16
05-26 09:33:08.143: INFO/gralloc(65): r = 11:5
05-26 09:33:08.143: INFO/gralloc(65): g = 5:6
05-26 09:33:08.143: INFO/gralloc(65): b = 0:5
05-26 09:33:08.143: INFO/gralloc(65): width = 74 mm (164.756760 dpi)
05-26 09:33:08.143: INFO/gralloc(65): height = 123 mm (165.203247 dpi)
05-26 09:33:08.143: INFO/gralloc(65): refresh rate = 60.00 Hz
05-26 09:33:08.182: DEBUG/libEGL(65): egl.cfg not found, using default config
05-26 09:33:08.201: DEBUG/libEGL(65): loaded /system/lib/egl/libGLES_android.so
05-26 09:33:08.234: INFO/SurfaceFlinger(65): EGL informations:
05-26 09:33:08.234: INFO/SurfaceFlinger(65): # of configs : 8
05-26 09:33:08.234: INFO/SurfaceFlinger(65): vendor : Android
05-26 09:33:08.234: INFO/SurfaceFlinger(65): version : 1.4 Android META-EGL
05-26 09:33:08.234: INFO/SurfaceFlinger(65): extensions: EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_ANDROID_image_native_buffer EGL_ANDROID_swap_rectangle EGL_ANDROID_get_render_buffer
05-26 09:33:08.234: INFO/SurfaceFlinger(65): Client API: OpenGL ES
05-26 09:33:08.234: INFO/SurfaceFlinger(65): EGLSurface: 5-6-5-0, config=0x1000000
05-26 09:33:08.241: INFO/SurfaceFlinger(65): flags : 001c0000
05-26 09:33:08.241: WARN/SurfaceFlinger(65): ro.sf.lcd_density not defined, using 160 dpi by default.
05-26 09:33:08.252: INFO/SurfaceFlinger(65): OpenGL informations:
05-26 09:33:08.252: INFO/SurfaceFlinger(65): vendor : Android
05-26 09:33:08.252: INFO/SurfaceFlinger(65): renderer : Android PixelFlinger 1.3
05-26 09:33:08.252: INFO/SurfaceFlinger(65): version : OpenGL ES-CM 1.0
05-26 09:33:08.252: INFO/SurfaceFlinger(65): extensions: GL_OES_byte_coordinates GL_OES_fixed_point GL_OES_single_precision GL_OES_read_format GL_OES_compressed_paletted_texture GL_OES_draw_texture GL_OES_matrix_get GL_OES_query_matrix GL_OES_EGL_image GL_OES_compressed_ETC1_RGB8_texture GL_ARB_texture_compression GL_ARB_texture_non_power_of_two GL_ANDROID_user_clip_plane GL_ANDROID_vertex_buffer_object GL_ANDROID_generate_mipmap
05-26 09:33:08.252: INFO/SurfaceFlinger(65): GL_MAX_TEXTURE_SIZE = 4096
05-26 09:33:08.252: INFO/SurfaceFlinger(65): GL_MAX_VIEWPORT_DIMS = 4096
05-26 09:33:08.331: INFO/sysproc(65): System server: starting Android runtime.
05-26 09:33:08.341: INFO/sysproc(65): System server: starting Android services.
05-26 09:33:08.341: INFO/SystemServer(65): Entered the Android system server!
05-26 09:33:08.382: INFO/sysproc(65): System server: entering thread pool.
05-26 09:33:08.391: INFO/SystemServer(65): Entropy Service
05-26 09:33:08.572: INFO/SystemServer(65): Power Manager
05-26 09:33:08.651: INFO/SystemServer(65): Activity Manager
05-26 09:33:08.752: INFO/ActivityManager(65): Memory class: 16
05-26 09:33:09.200: DEBUG/libEGL(74): egl.cfg not found, using default config
05-26 09:33:09.221: DEBUG/libEGL(74): loaded /system/lib/egl/libGLES_android.so
05-26 09:33:09.301: WARN/zipro(74): Unable to open zip '/data/local/bootanimation.zip': No such file or directory
05-26 09:33:09.301: WARN/zipro(74): Unable to open zip '/system/media/bootanimation.zip': No such file or directory
05-26 09:33:09.313: WARN/UsageStats(65): Usage stats version changed; dropping
05-26 09:33:09.752: INFO/ARMAssembler(65): generated scanline__00000077:03010104_00000004_00000000 [ 22 ipp] (41 ins) at [0x226418:0x2264bc] in 12184034 ns
05-26 09:33:09.941: INFO/ARMAssembler(74): generated scanline__00000077:03545404_00000A01_00000000 [ 30 ipp] (51 ins) at [0x1c360:0x1c42c] in 6294255 ns
05-26 09:33:10.541: INFO/SystemServer(65): Telephony Registry
05-26 09:33:10.563: INFO/SystemServer(65): Package Manager
05-26 09:33:10.641: INFO/Installer(65): connecting...
05-26 09:33:10.651: INFO/installd(35): new connection
05-26 09:33:11.050: INFO/PackageManager(65): Libs: android.test.runner:/system/framework/android.test.runner.jar javax.obex:/system/framework/javax.obex.jar com.google.android.maps:/system/framework/com.google.android.maps.jar
05-26 09:33:11.050: INFO/PackageManager(65): Features: android.hardware.camera android.hardware.camera.autofocus
05-26 09:33:11.640: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 4958 objects / 218376 bytes in 239ms
05-26 09:33:13.442: WARN/PackageManager(65): Running ENG build: no pre-dexopt!
05-26 09:33:13.743: DEBUG/PackageManager(65): Scanning app dir /system/framework
05-26 09:33:14.371: DEBUG/PackageManager(65): Scanning app dir /system/app
05-26 09:33:14.652: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 7981 objects / 397952 bytes in 194ms
05-26 09:33:17.972: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 5032 objects / 271000 bytes in 195ms
05-26 09:33:22.540: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 5255 objects / 279408 bytes in 395ms
05-26 09:33:24.301: DEBUG/PackageManager(65): Scanning app dir /data/app
05-26 09:33:25.951: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 5568 objects / 303832 bytes in 335ms
05-26 09:33:26.313: WARN/PackageParser(65): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1841
05-26 09:33:26.324: WARN/PackageParser(65): No actions in intent filter at /data/app/ApiDemos.apk Binary XML file line #1847
05-26 09:33:26.401: WARN/PackageManager(65): Package com.example.android.apis desires unavailable shared library com.example.will.never.exist; ignoring!
05-26 09:33:26.651: DEBUG/PackageManager(65): Scanning app dir /data/app-private
05-26 09:33:26.734: INFO/PackageManager(65): Time to scan packages: 13.22 seconds
05-26 09:33:26.760: WARN/PackageManager(65): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
05-26 09:33:26.771: WARN/PackageManager(65): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45)
05-26 09:33:26.810: WARN/PackageManager(65): Unknown permission com.google.android.gm.permission.WRITE_GMAIL in package com.android.settings
05-26 09:33:26.810: WARN/PackageManager(65): Unknown permission com.google.android.gm.permission.READ_GMAIL in package com.android.settings
05-26 09:33:26.831: WARN/PackageManager(65): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps
05-26 09:33:26.831: WARN/PackageManager(65): Unknown permission com.google.android.pushmessaging.permission.RECEIVE in package com.google.android.apps.maps
05-26 09:33:27.933: DEBUG/dalvikvm(65): GC_EXPLICIT freed 4164 objects / 257216 bytes in 235ms
05-26 09:33:27.972: INFO/SystemServer(65): Account Manager
05-26 09:33:28.430: INFO/SystemServer(65): Content Manager
05-26 09:33:28.781: INFO/SystemServer(65): System Content Providers
05-26 09:33:28.791: INFO/ActivityThread(65): Publishing provider settings: com.android.providers.settings.SettingsProvider
05-26 09:33:29.062: INFO/SystemServer(65): Battery Service
05-26 09:33:29.152: INFO/SystemServer(65): Lights Service
05-26 09:33:29.170: INFO/SystemServer(65): Vibrator Service
05-26 09:33:29.201: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:33:29.213: DEBUG/qemud(38): created client 0x11028 listening on fd 12
05-26 09:33:29.213: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'hw-control'
05-26 09:33:29.213: DEBUG/qemud(38): client_fd_receive: -> received channel id 3
05-26 09:33:29.312: DEBUG/qemud(38): client_registration: registration succeeded for client 3
05-26 09:33:29.570: INFO/SystemServer(65): Alarm Manager
05-26 09:33:29.612: INFO/SystemServer(65): Init Watchdog
05-26 09:33:29.612: INFO/SystemServer(65): Sensor Service
05-26 09:33:29.671: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:33:29.671: DEBUG/qemud(38): created client 0xc038 listening on fd 13
05-26 09:33:29.671: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'sensors'
05-26 09:33:29.671: DEBUG/qemud(38): client_fd_receive: -> received channel id 4
05-26 09:33:29.685: DEBUG/qemud(38): client_registration: registration succeeded for client 4
05-26 09:33:29.691: DEBUG/qemud(38): fdhandler_event: disconnect on fd 13
05-26 09:33:29.691: INFO/SystemServer(65): Window Manager
05-26 09:33:29.871: INFO/EventHub(65): New keyboard: device->id=0x10000 devname='qwerty2' propName='hw.keyboards.65536.devname' keylayout='/system/usr/keylayout/qwerty.kl'
05-26 09:33:29.871: INFO/EventHub(65): New device: path=/dev/input/event0 name=qwerty2 id=0x10000 (of 0x1) index=1 fd=52 classes=0x2f
05-26 09:33:29.871: ERROR/EventHub(65): could not get driver version for /dev/input/mouse0, Not a typewriter
05-26 09:33:29.871: ERROR/EventHub(65): could not get driver version for /dev/input/mice, Not a typewriter
05-26 09:33:29.902: INFO/KeyInputQueue(65): Device added: id=0x0, name=qwerty2, classes=2f
05-26 09:33:29.902: INFO/KeyInputQueue(65): X: min=0 max=479 flat=0 fuzz=0
05-26 09:33:29.902: INFO/KeyInputQueue(65): Y: min=0 max=799 flat=0 fuzz=0
05-26 09:33:29.911: INFO/KeyInputQueue(65): Pressure: unknown values
05-26 09:33:29.911: INFO/KeyInputQueue(65): Size: unknown values
05-26 09:33:29.932: INFO/KeyInputQueue(65): No virtual keys found
05-26 09:33:30.022: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:33:30.022: DEBUG/qemud(38): created client 0xc038 listening on fd 13
05-26 09:33:30.022: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'sensors'
05-26 09:33:30.032: DEBUG/qemud(38): client_fd_receive: -> received channel id 5
05-26 09:33:30.113: DEBUG/qemud(38): client_registration: registration succeeded for client 5
05-26 09:33:30.121: DEBUG/qemud(38): fdhandler_event: disconnect on fd 13
05-26 09:33:30.370: INFO/SystemServer(65): Registering null Bluetooth Service (emulator)
05-26 09:33:30.401: ERROR/System(65): Failure starting core service
05-26 09:33:30.401: ERROR/System(65): java.lang.SecurityException
05-26 09:33:30.401: ERROR/System(65): at android.os.BinderProxy.transact(Native Method)
05-26 09:33:30.401: ERROR/System(65): at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:146)
05-26 09:33:30.401: ERROR/System(65): at android.os.ServiceManager.addService(ServiceManager.java:72)
05-26 09:33:30.401: ERROR/System(65): at com.android.server.ServerThread.run(SystemServer.java:184)
05-26 09:33:30.401: INFO/SystemServer(65): Device Policy
05-26 09:33:30.421: INFO/SystemServer(65): Status Bar
05-26 09:33:30.942: INFO/SystemServer(65): Clipboard Service
05-26 09:33:30.942: INFO/SystemServer(65): Input Method Service
05-26 09:33:31.262: INFO/InputManagerService(65): Enabled input methods: com.android.inputmethod.pinyin/.PinyinIME:jp.co.omronsoft.openwnn/.OpenWnnJAJP:com.android.inputmethod.latin/.LatinIME
05-26 09:33:31.271: INFO/SystemServer(65): NetStat Service
05-26 09:33:31.282: INFO/SystemServer(65): NetworkManagement Service
05-26 09:33:31.302: INFO/SystemServer(65): Connectivity Service
05-26 09:33:31.341: VERBOSE/ConnectivityService(65): ConnectivityService starting up
05-26 09:33:31.472: DEBUG/ConnectivityService(65): getMobileDataEnabled returning true
05-26 09:33:31.526: VERBOSE/ConnectivityService(65): Starting Wifi Service.
05-26 09:33:31.771: INFO/WifiService(65): WifiService starting up with Wi-Fi disabled
05-26 09:33:31.801: DEBUG/Tethering(65): Tethering starting
05-26 09:33:31.801: DEBUG/NetworkManagmentService(65): Registering observer
05-26 09:33:31.871: INFO/SystemServer(65): Throttle Service
05-26 09:33:31.894: INFO/SystemServer(65): Accessibility Manager
05-26 09:33:31.902: INFO/SystemServer(65): Mount Service
05-26 09:33:31.961: INFO/SystemServer(65): Notification Manager
05-26 09:33:32.044: DEBUG/VoldCmdListener(29): volume list
05-26 09:33:32.101: INFO/SystemServer(65): Device Storage Monitor
05-26 09:33:32.141: INFO/PackageManager(65): Updating external media status from unmounted to unmounted
05-26 09:33:32.170: DEBUG/VoldCmdListener(29): share status ums
05-26 09:33:32.224: INFO/SystemServer(65): Location Manager
05-26 09:33:32.232: INFO/SystemServer(65): Search Service
05-26 09:33:32.243: INFO/SystemServer(65): DropBox Service
05-26 09:33:32.250: INFO/SystemServer(65): Wallpaper Service
05-26 09:33:32.370: INFO/SystemServer(65): Audio Service
05-26 09:33:32.731: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 4108 objects / 244984 bytes in 319ms
05-26 09:33:35.113: DEBUG/AudioHardwareInterface(34): setMode(NORMAL)
05-26 09:33:35.113: WARN/AudioPolicyManagerBase(34): setPhoneState() setting same state 0
05-26 09:33:35.221: ERROR/SoundPool(65): error loading /system/media/audio/ui/Effect_Tick.ogg
05-26 09:33:35.221: WARN/AudioService(65): Soundpool could not load file: /system/media/audio/ui/Effect_Tick.ogg
05-26 09:33:35.241: ERROR/SoundPool(65): error loading /system/media/audio/ui/KeypressStandard.ogg
05-26 09:33:35.241: WARN/AudioService(65): Soundpool could not load file: /system/media/audio/ui/KeypressStandard.ogg
05-26 09:33:35.261: ERROR/SoundPool(65): error loading /system/media/audio/ui/KeypressSpacebar.ogg
05-26 09:33:35.261: WARN/AudioService(65): Soundpool could not load file: /system/media/audio/ui/KeypressSpacebar.ogg
05-26 09:33:35.261: ERROR/SoundPool(65): error loading /system/media/audio/ui/KeypressDelete.ogg
05-26 09:33:35.271: WARN/AudioService(65): Soundpool could not load file: /system/media/audio/ui/KeypressDelete.ogg
05-26 09:33:35.271: ERROR/SoundPool(65): error loading /system/media/audio/ui/KeypressReturn.ogg
05-26 09:33:35.271: WARN/AudioService(65): Soundpool could not load file: /system/media/audio/ui/KeypressReturn.ogg
05-26 09:33:35.340: INFO/SystemServer(65): Headset Observer
05-26 09:33:35.352: WARN/HeadsetObserver(65): This kernel does not have wired headset support
05-26 09:33:35.352: INFO/SystemServer(65): Dock Observer
05-26 09:33:35.361: WARN/DockObserver(65): This kernel does not have dock station support
05-26 09:33:35.361: INFO/SystemServer(65): UI Mode Manager Service
05-26 09:33:35.471: INFO/SystemServer(65): Backup Service
05-26 09:33:35.661: VERBOSE/BackupManagerService(65): No ancestral data
05-26 09:33:35.882: INFO/BackupManagerService(65): Found stale backup journal, scheduling:
05-26 09:33:35.882: INFO/BackupManagerService(65): + com.android.inputmethod.latin
05-26 09:33:35.893: INFO/BackupManagerService(65): + com.android.browser
05-26 09:33:35.893: INFO/BackupManagerService(65): + com.android.providers.userdictionary
05-26 09:33:35.893: INFO/BackupManagerService(65): + android
05-26 09:33:35.900: INFO/BackupManagerService(65): + com.android.providers.settings
05-26 09:33:35.911: INFO/BackupManagerService(65): Backup enabled => false
05-26 09:33:35.911: INFO/SystemServer(65): AppWidget Service
05-26 09:33:35.932: INFO/SystemServer(65): Recognition Service
05-26 09:33:36.011: DEBUG/VoldCmdListener(29): share status ums
05-26 09:33:36.052: DEBUG/StorageNotification(65): Startup with UMS connection false (media state unmounted)
05-26 09:33:36.081: INFO/SystemServer(65): DiskStats Service
05-26 09:33:36.142: INFO/WindowManager(65): SAFE MODE not enabled
05-26 09:33:36.152: WARN/DevicePolicyManagerService(65): failed parsing /data/system/device_policies.xml java.io.FileNotFoundException: /data/system/device_policies.xml (No such file or directory)
05-26 09:33:36.422: INFO/ActivityManager(65): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=1 layout=35 uiMode=0 seq=1}
05-26 09:33:36.531: DEBUG/PowerManagerService(65): system ready!
05-26 09:33:36.681: INFO/ActivityManager(65): Sending system update to: ComponentInfo{com.android.providers.contacts/com.android.providers.contacts.ContactsUpgradeReceiver}
05-26 09:33:36.731: INFO/Zygote(65): Process: zygote socket opened
05-26 09:33:36.901: INFO/ActivityManager(65): Start proc android.process.acore for broadcast com.android.providers.contacts/.ContactsUpgradeReceiver: pid=107 uid=10000 gids={3003, 1015}
05-26 09:33:38.141: WARN/StatusBar(65): No icon ID for slot ime
05-26 09:33:38.571: INFO/ActivityManager(65): Launching preboot mode app: ProcessRecord{43fb2cb8 107:android.process.acore/10000}
05-26 09:33:39.721: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:33:39.721: DEBUG/qemud(38): created client 0xc038 listening on fd 13
05-26 09:33:39.721: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'sensors'
05-26 09:33:39.721: DEBUG/qemud(38): client_fd_receive: -> received channel id 6
05-26 09:33:39.742: DEBUG/qemud(38): client_registration: registration succeeded for client 6
05-26 09:33:40.081: INFO/ActivityManager(65): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000000 cmp=com.android.launcher/com.android.launcher2.Launcher }
05-26 09:33:40.332: INFO/ActivityManager(65): Removing system update proc: ProcessRecord{43fb2cb8 107:android.process.acore/10000}
05-26 09:33:40.332: INFO/Process(65): Sending signal. PID: 107 SIG: 9
05-26 09:33:40.350: INFO/ActivityManager(65): System now ready
05-26 09:33:40.521: INFO/SystemServer(65): Making services ready
05-26 09:33:40.521: INFO/ActivityManager(65): Config changed: { scale=1.0 imsi=0/0 loc=en_US touch=3 keys=2/1/2 nav=3/1 orien=1 layout=35 uiMode=17 seq=2}
05-26 09:33:40.580: DEBUG/StatusBar(65): DISABLE_EXPAND: yes
05-26 09:33:40.711: WARN/RecognitionManagerService(65): no available voice recognition services found
05-26 09:33:42.130: INFO/ActivityManager(65): Start proc com.android.inputmethod.latin for service com.android.inputmethod.latin/.LatinIME: pid=119 uid=10021 gids={}
05-26 09:33:42.161: DEBUG/libhardware_legacy(65): using QEMU GPS Hardware emulation
05-26 09:33:42.191: DEBUG/NetworkManagmentService(65): Registering observer
05-26 09:33:42.221: ERROR/ThrottleService(65): Could not open GPS configuration file /etc/gps.conf
05-26 09:33:42.352: INFO/ActivityManager(65): Start proc com.android.phone for added application com.android.phone: pid=122 uid=1001 gids={3002, 3001, 3003, 1015}
05-26 09:33:43.541: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 5475 objects / 311384 bytes in 1147ms
05-26 09:33:43.774: INFO/ActivityManager(65): Start proc com.android.launcher for activity com.android.launcher/com.android.launcher2.Launcher: pid=133 uid=10020 gids={}
05-26 09:33:44.121: INFO/ActivityManager(65): Start proc com.android.settings for broadcast com.android.settings/.widget.SettingsAppWidgetProvider: pid=135 uid=1000 gids={3003, 3002, 3001}
05-26 09:33:44.152: WARN/GpsLocationProvider(65): Could not open GPS configuration file /etc/gps.conf
05-26 09:33:45.962: ERROR/logwrapper(142): executing /system/bin/tc failed: No such file or directory
05-26 09:33:46.061: INFO/logwrapper(30): /system/bin/tc terminated by exit(255)
05-26 09:33:46.111: ERROR/logwrapper(143): executing /system/bin/tc failed: No such file or directory
05-26 09:33:46.204: INFO/logwrapper(30): /system/bin/tc terminated by exit(255)
05-26 09:33:46.311: ERROR/logwrapper(144): executing /system/bin/tc failed: No such file or directory
05-26 09:33:46.311: INFO/logwrapper(30): /system/bin/tc terminated by exit(255)
05-26 09:33:47.990: DEBUG/AndroidRuntime(115): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
05-26 09:33:47.990: DEBUG/AndroidRuntime(115): CheckJNI is ON
05-26 09:33:49.521: WARN/ActivityManager(65): Unable to start service Intent { act=@0 }: not found
05-26 09:33:49.521: WARN/ActivityManager(65): Unable to start service Intent { act=@0 }: not found
05-26 09:33:49.661: INFO/ActivityThread(122): Publishing provider mms: com.android.providers.telephony.MmsProvider
05-26 09:33:50.961: INFO/ActivityThread(122): Publishing provider sms: com.android.providers.telephony.SmsProvider
05-26 09:33:51.672: INFO/ActivityThread(122): Publishing provider telephony: com.android.providers.telephony.TelephonyProvider
05-26 09:33:51.851: INFO/ActivityThread(133): Publishing provider com.android.launcher2.settings: com.android.launcher2.LauncherProvider
05-26 09:33:52.011: INFO/ActivityThread(122): Publishing provider icc: com.android.phone.IccProvider
05-26 09:33:52.244: INFO/ActivityThread(122): Publishing provider mms-sms: com.android.providers.telephony.MmsSmsProvider
05-26 09:33:53.784: WARN/ActivityManager(65): Timeout of broadcast BroadcastRecord{44004be0 android.intent.action.CLOSE_SYSTEM_DIALOGS} - receiver=android.os.BinderProxy@43fdd108
05-26 09:33:53.784: WARN/ActivityManager(65): Receiver during timeout: ResolveInfo{440049f0 com.android.settings.widget.SettingsAppWidgetProvider p=0 o=0 m=0x108000}
05-26 09:33:54.155: INFO/Process(65): Sending signal. PID: 135 SIG: 3
05-26 09:33:54.155: INFO/dalvikvm(135): threadid=3: reacting to signal 3
05-26 09:33:54.390: INFO/Process(65): Sending signal. PID: 65 SIG: 3
05-26 09:33:54.390: INFO/dalvikvm(65): threadid=3: reacting to signal 3
05-26 09:33:54.541: DEBUG/AndroidRuntime(115): --- registering native functions ---
05-26 09:33:54.964: INFO/dalvikvm(135): Wrote stack traces to '/data/anr/traces.txt'
05-26 09:33:55.391: WARN/dalvikvm(65): threadid=3: spin on suspend #1 threadid=34 (pcf=0)
05-26 09:33:55.402: DEBUG/dalvikvm(65): Temporarily moving tid 120 to fg (was 0)
05-26 09:33:55.402: DEBUG/dalvikvm(65): Temporarily raised priority on tid 120 (10 -> 0)
05-26 09:33:55.481: WARN/dalvikvm(65): threadid=3: spin on suspend resolved in 1084 msec
05-26 09:33:55.481: DEBUG/dalvikvm(65): Restored policy of 120 to 0
05-26 09:33:55.481: DEBUG/dalvikvm(65): Restored priority on 120 to 10
05-26 09:33:55.790: DEBUG/dalvikvm(133): GC_EXTERNAL_ALLOC freed 968 objects / 72616 bytes in 2466ms
05-26 09:33:56.471: INFO/Process(65): Sending signal. PID: 133 SIG: 3
05-26 09:33:56.471: INFO/dalvikvm(133): threadid=3: reacting to signal 3
05-26 09:33:56.590: INFO/dalvikvm(65): Wrote stack traces to '/data/anr/traces.txt'
05-26 09:33:56.601: INFO/Process(65): Sending signal. PID: 122 SIG: 3
05-26 09:33:56.601: INFO/dalvikvm(122): threadid=3: reacting to signal 3
05-26 09:33:56.811: INFO/Process(65): Sending signal. PID: 119 SIG: 3
05-26 09:33:56.811: INFO/dalvikvm(119): threadid=3: reacting to signal 3
05-26 09:33:56.931: INFO/dalvikvm(133): Wrote stack traces to '/data/anr/traces.txt'
05-26 09:33:57.111: INFO/ActivityManager(65): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=158 uid=10000 gids={3003, 1015}
05-26 09:33:57.111: WARN/ActivityManager(65): finishReceiver called but none active
05-26 09:33:57.142: ERROR/ActivityManager(65): Start proc android.process.acore for content provider com.android.providers.contacts/.ContactsProvider2: pid=158 uid=10000 gids={3003, 1015}Load: 2.45 / 0.78 / 0.27
05-26 09:33:57.142: ERROR/ActivityManager(65): CPU usage from 14987ms to 4293ms ago:
05-26 09:33:57.142: ERROR/ActivityManager(65): system_server: 31% = 20% user + 11% kernel / faults: 2891 minor 1 major
05-26 09:33:57.142: ERROR/ActivityManager(65): app_process: 14% = 9% user + 4% kernel / faults: 2009 minor 1 major
05-26 09:33:57.142: ERROR/ActivityManager(65): bootanimation: 8% = 6% user + 1% kernel / faults: 503 minor
05-26 09:33:57.142: ERROR/ActivityManager(65): zygote: 0% = 0% user + 0% kernel / faults: 83 minor
05-26 09:33:57.142: ERROR/ActivityManager(65): sh: 0% = 0% user + 0% kernel / faults: 117 minor
05-26 09:33:57.142: ERROR/ActivityManager(65): netd: 0% = 0% user + 0% kernel / faults: 21 minor
05-26 09:33:57.142: ERROR/ActivityManager(65): kswapd0: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): qemud: 0% = 0% user + 0% kernel / faults: 10 minor
05-26 09:33:57.142: ERROR/ActivityManager(65): events/0: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): pdflush: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): +putmethod.latin: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): +m.android.phone: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): +ndroid.launcher: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): +ndroid.settings: 0% = 0% user + 0% kernel
05-26 09:33:57.142: ERROR/ActivityManager(65): TOTAL: 100% = 60% user + 39% kernel
05-26 09:33:57.201: INFO/dalvikvm(122): Wrote stack traces to '/data/anr/traces.txt'
05-26 09:33:57.812: WARN/dalvikvm(119): threadid=3: spin on suspend #1 threadid=9 (pcf=0)
05-26 09:33:57.822: DEBUG/dalvikvm(119): Temporarily moving tid 152 to fg (was 0)
05-26 09:33:57.822: DEBUG/dalvikvm(119): Temporarily raised priority on tid 152 (10 -> 0)
05-26 09:33:57.861: WARN/dalvikvm(119): threadid=3: spin on suspend resolved in 1047 msec
05-26 09:33:57.861: DEBUG/dalvikvm(119): Restored policy of 152 to 0
05-26 09:33:57.861: DEBUG/dalvikvm(119): Restored priority on 152 to 10
05-26 09:33:58.420: INFO/dalvikvm(119): Wrote stack traces to '/data/anr/traces.txt'
05-26 09:34:01.602: INFO/ActivityThread(158): Publishing provider com.android.social: com.android.providers.contacts.SocialProvider
05-26 09:34:01.881: DEBUG/ConnectivityService(65): getMobileDataEnabled returning true
05-26 09:34:02.111: INFO/Process(65): Sending signal. PID: 135 SIG: 9
05-26 09:34:02.150: INFO/ActivityThread(158): Publishing provider applications: com.android.providers.applications.ApplicationsProvider
05-26 09:34:02.171: WARN/ActivityManager(65): Activity idle timeout for HistoryRecord{4400d478 com.android.launcher/com.android.launcher2.Launcher}
05-26 09:34:03.262: WARN/dalvikvm(65): threadid=40: spin on suspend #1 threadid=34 (pcf=0)
05-26 09:34:03.262: DEBUG/dalvikvm(65): Temporarily moving tid 120 to fg (was 0)
05-26 09:34:03.262: DEBUG/dalvikvm(65): Temporarily raised priority on tid 120 (10 -> 0)
05-26 09:34:03.303: WARN/dalvikvm(65): threadid=40: spin on suspend resolved in 1038 msec
05-26 09:34:03.303: DEBUG/dalvikvm(65): Restored policy of 120 to 0
05-26 09:34:03.303: DEBUG/dalvikvm(65): Restored priority on 120 to 10
05-26 09:34:04.491: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 5539 objects / 350880 bytes in 2226ms
05-26 09:34:04.501: INFO/ActivityManager(65): Process com.android.settings (pid 135) has died.
05-26 09:34:04.543: INFO/ActivityManager(65): Low Memory: No more background processes.
05-26 09:34:06.100: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 526 objects / 174736 bytes in 1430ms
05-26 09:34:06.600: INFO/ActivityThread(158): Publishing provider contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2
05-26 09:34:07.440: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 614 objects / 134728 bytes in 906ms
05-26 09:34:07.872: DEBUG/PhoneApp(122): onCreate: mProximityWakeLock: null
05-26 09:34:08.181: WARN/ActivityManager(65): Unable to start service Intent { act=com.android.ussd.IExtendedNetworkService }: not found
05-26 09:34:08.763: INFO/ActivityManager(65): Start proc com.android.defcontainer for service com.android.defcontainer/.DefaultContainerService: pid=180 uid=10027 gids={1015, 2001}
05-26 09:34:09.021: DEBUG/PhoneApp(122): Resetting audio state/mode: IDLE
05-26 09:34:09.211: DEBUG/dalvikvm(65): GREF has increased to 201
05-26 09:34:09.561: DEBUG/qemud(38): fdhandler_accept_event: accepting on fd 10
05-26 09:34:09.561: DEBUG/qemud(38): created client 0xc088 listening on fd 14
05-26 09:34:09.801: DEBUG/qemud(38): client_fd_receive: attempting registration for service 'gps'
05-26 09:34:09.801: DEBUG/qemud(38): client_fd_receive: -> received channel id 7
05-26 09:34:09.810: DEBUG/qemud(38): client_registration: registration succeeded for client 7
05-26 09:34:11.443: DEBUG/dalvikvm(65): GC_EXTERNAL_ALLOC freed 1357 objects / 170872 bytes in 1217ms
05-26 09:34:12.171: WARN/ActivityManager(65): Timeout of broadcast BroadcastRecord{4402d728 android.intent.action.SCREEN_ON} - receiver=android.app.ActivityThread$PackageInfo$ReceiverDispatcher$InnerReceiver@43fb7478
05-26 09:34:12.171: WARN/ActivityManager(65): Receiver during timeout: BroadcastFilter{43fb7630 ReceiverList{43fb75b8 65 system/1000 local:43fb7478}}
05-26 09:34:12.192: WARN/ActivityManager(65): finishReceiver called but active receiver is different
05-26 09:34:12.442: DEBUG/PowerManagerService(65): bootCompleted
05-26 09:34:13.183: DEBUG/VoldCmdListener(29): volume mount /mnt/sdcard
05-26 09:34:14.091: INFO/Vold(29): /dev/block/vold/179:0 being considered for volume sdcard
05-26 09:34:14.091: DEBUG/Vold(29): Volume sdcard state changing 1 (Idle-Unmounted) -> 3 (Checking)
05-26 09:34:17.280: INFO/SearchManagerService(65): Building list of searchable activities
05-26 09:34:21.011: INFO//system/bin/fsck_msdos(29): ** /dev/block/vold/179:0
05-26 09:34:21.681: INFO//system/bin/fsck_msdos(29): ** Phase 1 - Read and Compare FATs
05-26 09:34:21.692: INFO//system/bin/fsck_msdos(29): Attempting to allocate 508 KB for FAT
05-26 09:34:22.951: INFO/SurfaceFlinger(65): Boot is finished (74959 ms)
05-26 09:34:23.131: INFO/ARMAssembler(65): generated scanline__00000177:03515104_00000001_00000000 [ 73 ipp] (95 ins) at [0x2dccc8:0x2dce44] in 22986904 ns
05-26 09:34:24.173: DEBUG/MobileDataStateTracker(65): default Received state= DISCONNECTED, old= DISCONNECTED, reason= radioTurnedOff, apnTypeList= default
05-26 09:34:24.210: DEBUG/MobileDataStateTracker(65): default Received state= DISCONNECTED, old= DISCONNECTED, reason= gprsDetached, apnTypeList= default
05-26 09:34:24.590: INFO/StorageNotification(65): Media {/mnt/sdcard} state changed from {unmounted} -> {checking}
05-26 09:34:25.750: INFO/ActivityThread(158): Publishing provider call_log: com.android.providers.contacts.CallLogProvider
05-26 09:34:25.812: INFO/ActivityThread(158): Publishing provider user_dictionary: com.android.providers.userdictionary.UserDictionaryProvider
05-26 09:34:26.670: DEBUG/OtaStartupReceiver(122): Not a CDMA phone, no need to process OTA
05-26 09:34:26.880: INFO/ActivityManager(65): Start proc com.android.mms for broadcast com.android.mms/.transaction.MmsSystemEventReceiver: pid=196 uid=10015 gids={3003, 1015}
05-26 09:34:26.953: INFO/RecoverySystem(65): No recovery log file
05-26 09:34:27.791: DEBUG/dalvikvm(65): GC_FOR_MALLOC freed 7934 objects / 499056 bytes in 540ms
05-26 09:34:28.182: INFO/ActivityManager(65): Start proc android.process.media for content provider com.android.providers.downloads/.DownloadProvider: pid=202 uid=10016 gids={1015, 1006, 2001, 3003}
05-26 09:34:29.412: DEBUG/dalvikvm(33): GC_EXPLICIT freed 275 objects / 10424 bytes in 1193ms
05-26 09:34:29.562: INFO/ActivityThread(196): Publishing provider com.android.mms.SuggestionsProvider: com.android.mms.SuggestionsProvider
05-26 09:34:29.931: DEBUG/dalvikvm(33): GC_EXPLICIT freed 45 objects / 1992 bytes in 391ms
05-26 09:34:30.290: DEBUG/dalvikvm(33): GC_EXPLICIT freed 2 objects / 48 bytes in 361ms
05-26 09:34:30.364: INFO/ActivityThread(202): Publishing provider media: com.android.providers.media.MediaProvider
05-26 09:34:31.023: DEBUG/KeyguardViewMediator(65): pokeWakelock(5000)
05-26 09:34:31.450: VERBOSE/MediaProvider(202): Attached volume: internal
05-26 09:34:31.602: DEBUG/KeyguardViewMediator(65): pokeWakelock(5000)
05-26 09:34:31.691: INFO//system/bin/fsck_msdos(29): Attempting to allocate 508 KB for FAT
05-26 09:34:31.940: INFO/ActivityThread(202): Publishing provider downloads: com.android.providers.downloads.DownloadProvider
05-26 09:34:32.461: INFO/ActivityThread(202): Publishing provider drm: com.android.providers.drm.DrmProvider
05-26 09:34:32.520: INFO/ActivityManager(65): Displayed activity com.android.launcher/com.android.launcher2.Launcher: 52190 ms (total 52190 ms)
05-26 09:34:34.881: INFO/ActivityManager(65): Start proc com.google.android.apps.maps:FriendService for broadcast com.google.android.apps.maps/com.google.googlenav.friend.android.ServiceReceiver: pid=222 uid=10017 gids={3003, 1015}
05-26 09:34:35.921: DEBUG/dalvikvm(122): GC_FOR_MALLOC freed 3377 objects / 209704 bytes in 1316ms
05-26 09:34:37.694: INFO/ActivityManager(65): Start proc com.google.process.gapps for broadcast com.google.android.gsf/.checkin.CheckinService$Receiver: pid=229 uid=10023 gids={2001, 3003, 1007}
05-26 09:34:39.303: INFO/ActivityThread(229): Publishing provider com.google.settings: com.google.android.gsf.settings.GoogleSettingsProvider
05-26 09:34:39.932: INFO/ActivityThread(229): Publishing provider com.google.android.gsf.gservices: com.google.android.gsf.gservices.GservicesProvider
05-26 09:34:40.041: INFO/GservicesProvider(229): Gservices pushing to system: true; secure: true
05-26 09:34:40.102: INFO/ActivityThread(229): Publishing provider subscribedfeeds: com.google.android.gsf.subscribedfeeds.SubscribedFeedsProvider
05-26 09:34:40.793: INFO/ActivityThread(229): Publishing provider com.google.android.providers.talk: com.google.android.gsf.talk.TalkProvider
05-26 09:34:43.681: INFO/ActivityManager(65): Starting activity: Intent { flg=0x10000000 cmp=com.google.android.gsf/.update.SystemUpdateInstallDialog }
05-26 09:34:43.912: INFO/GTalkService(229): [ServiceAutoStarter] --- received boot intent broadcast
05-26 09:34:44.121: INFO/ActivityManager(65): Start proc com.android.email for broadcast com.android.email/com.android.exchange.BootReceiver: pid=241 uid=10025 gids={3003, 1015}
05-26 09:34:44.301: WARN/ActivityManager(65): Activity pause timeout for HistoryRecord{4400d478 com.android.launcher/com.android.launcher2.Launcher}
05-26 09:34:45.802: DEBUG/MediaScannerService(202): start scanning volume internal
05-26 09:34:47.480: INFO/ActivityThread(241): Publishing provider com.android.email.provider: com.android.email.provider.EmailProvider
05-26 09:34:47.561: WARN/InputManagerService(65): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@43e5aaa8
05-26 09:34:47.936: INFO/ActivityThread(241): Publishing provider com.android.email.attachmentprovider: com.android.email.provider.AttachmentProvider
05-26 09:34:47.961: INFO/ActivityThread(241): Publishing provider com.android.exchange.provider: com.android.exchange.provider.ExchangeProvider
05-26 09:34:48.693: DEBUG/Exchange(241): BootReceiver onReceive
05-26 09:34:49.001: DEBUG/EAS SyncManager(241): !!! EAS SyncManager, onCreate
05-26 09:34:49.510: INFO/ActivityManager(65): Start proc com.android.alarmclock for broadcast com.android.alarmclock/.AlarmInitReceiver: pid=250 uid=10035 gids={}
05-26 09:34:50.943: DEBUG/EAS SyncManager(241): !!! EAS SyncManager, onStartCommand
05-26 09:34:51.340: DEBUG/EAS SyncManager(241): !!! EAS SyncManager, stopping self
05-26 09:34:52.122: INFO/ActivityThread(250): Publishing provider com.android.alarmclock: com.android.alarmclock.AlarmProvider
05-26 09:34:53.471: INFO/ActivityManager(65): Start proc com.android.quicksearchbox for broadcast com.android.quicksearchbox/.SearchWidgetProvider: pid=261 uid=10008 gids={3003}
05-26 09:34:53.675: DEBUG/Eas Debug(241): Logging:
05-26 09:34:53.921: DEBUG/EAS SyncManager(241): !!! EAS SyncManager, onDestroy
05-26 09:34:54.985: INFO/ActivityThread(261): Publishing provider com.android.quicksearchbox.google: com.android.quicksearchbox.google.GoogleSuggestionProvider
05-26 09:34:55.951: INFO/ActivityManager(65): Start proc com.android.protips for broadcast com.android.protips/.ProtipWidget: pid=268 uid=10009 gids={}
05-26 09:34:57.950: WARN/ActivityManager(65): Activity destroy timeout for HistoryRecord{43e8f8e8 com.google.android.gsf/.update.SystemUpdateInstallDialog}
05-26 09:34:58.061: DEBUG/dalvikvm(65): GREF has increased to 301
05-26 09:34:58.200: INFO//system/bin/fsck_msdos(29): ** Phase 2 - Check Cluster Chains
05-26 09:34:58.221: INFO//system/bin/fsck_msdos(29): ** Phase 3 - Checking Directories
05-26 09:34:58.271: INFO//system/bin/fsck_msdos(29): ** Phase 4 - Checking for Lost Files
05-26 09:34:58.280: INFO//system/bin/fsck_msdos(29): 3 files, 64502 free (129005 clusters)
05-26 09:35:00.191: INFO/ActivityManager(65): Start proc com.android.music for broadcast com.android.music/.MediaAppWidgetProvider: pid=274 uid=10014 gids={3003, 1015}
05-26 09:35:01.683: INFO/logwrapper(29): /system/bin/fsck_msdos terminated by exit(0)
05-26 09:35:01.683: INFO/Vold(29): Filesystem check completed OK
05-26 09:35:01.761: INFO/Vold(29): Device /dev/block/vold/179:0, target /mnt/sdcard mounted @ /mnt/secure/staging
05-26 09:35:01.797: DEBUG/Vold(29): Volume sdcard state changing 3 (Checking) -> 4 (Mounted)
05-26 09:35:01.834: INFO/PackageManager(65): Updating external media status from unmounted to mounted
05-26 09:35:01.882: INFO/StorageNotification(65): Media {/mnt/sdcard} state changed from {checking} -> {mounted}
05-26 09:35:03.241: DEBUG/dalvikvm(229): GC_FOR_MALLOC freed 3317 objects / 262560 bytes in 9798ms
05-26 09:35:03.252: INFO/EventLogService(229): Aggregate from 1306383719014 (log), 1306383719014 (data)
05-26 09:35:05.114: DEBUG/dalvikvm(180): GC_EXPLICIT freed 766 objects / 55392 bytes in 240ms
05-26 09:35:10.131: DEBUG/VoldCmdListener(29): asec list
05-26 09:35:10.181: INFO/PackageManager(65): No secure containers on sdcard
05-26 09:35:10.311: WARN/PackageManager(65): Unknown permission android.permission.ADD_SYSTEM_SERVICE in package com.android.phone
05-26 09:35:10.311: WARN/PackageManager(65): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x1be45)
05-26 09:35:10.352: DEBUG/MediaScanner(202): prescan time: 4823ms
05-26 09:35:10.431: DEBUG/MediaScanner(202): scan time: 309ms
05-26 09:35:10.431: DEBUG/MediaScanner(202): postscan time: 2ms
05-26 09:35:10.431: DEBUG/MediaScanner(202): total time: 5134ms
05-26 09:35:10.431: WARN/PackageManager(65): Unknown permission com.google.android.gm.permission.WRITE_GMAIL in package com.android.settings
05-26 09:35:10.431: WARN/PackageManager(65): Unknown permission com.google.android.gm.permission.READ_GMAIL in package com.android.settings
05-26 09:35:10.501: WARN/PackageManager(65): Unknown permission com.android.providers.im.permission.READ_ONLY in package com.google.android.apps.maps
05-26 09:35:10.501: WARN/PackageManager(65): Unknown permission com.google.android.pushmessaging.permission.RECEIVE in package com.google.android.apps.maps
05-26 09:35:12.370: DEBUG/skia(65): purging 190K from font cache [24 entries]
05-26 09:35:12.762: DEBUG/dalvikvm(65): GC_EXPLICIT freed 9295 objects / 457152 bytes in 389ms
05-26 09:35:13.283: DEBUG/MediaScannerService(202): done scanning volume internal
05-26 09:35:13.426: DEBUG/PackageParser(65): Scanning package: /data/app/vmdl37911.tmp
05-26 09:35:13.475: DEBUG/MediaScannerService(202): start scanning volume external
05-26 09:35:13.681: VERBOSE/MediaProvider(202): /mnt/sdcard volume ID: 417667353
05-26 09:35:16.991: VERBOSE/MediaProvider(202): Attached volume: external
05-26 09:35:17.392: INFO/PackageManager(65): Removing non-system package:com.corea.Jogging1
05-26 09:35:17.471: INFO/ActivityManager(65): Force stopping package com.corea.Jogging1 uid=10040
05-26 09:35:19.272: DEBUG/dalvikvm(158): GC_EXPLICIT freed 3990 objects / 247384 bytes in 673ms
05-26 09:35:19.742: DEBUG/dalvikvm(133): GC_EXPLICIT freed 12903 objects / 651304 bytes in 379ms
05-26 09:35:20.650: VERBOSE/MediaScanner(202): pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@43e74be0
05-26 09:35:20.671: VERBOSE/MediaScanner(202): /pruneDeadThumbnailFiles... android.database.sqlite.SQLiteCursor@43e74be0
05-26 09:35:20.736: DEBUG/MediaScanner(202): prescan time: 3297ms
05-26 09:35:20.736: DEBUG/MediaScanner(202): scan time: 28ms
05-26 09:35:20.736: DEBUG/MediaScanner(202): postscan time: 144ms
05-26 09:35:20.744: DEBUG/MediaScanner(202): total time: 3469ms
05-26 09:35:21.422: DEBUG/MediaScannerService(202): done scanning volume external
05-26 09:35:21.468: DEBUG/PackageManager(65): Scanning package com.corea.Jogging1
05-26 09:35:21.622: INFO/PackageManager(65): Package com.corea.Jogging1 codePath changed from /data/app/com.corea.Jogging1-1.apk to /data/app/com.corea.Jogging1-2.apk; Retaining data and using new
05-26 09:35:21.652: INFO/PackageManager(65): /data/app/com.corea.Jogging1-2.apk changed; unpacking
05-26 09:35:21.691: DEBUG/installd(35): DexInv: --- BEGIN '/data/app/com.corea.Jogging1-2.apk' ---
05-26 09:35:23.781: DEBUG/dalvikvm(280): DexOpt: load 453ms, verify 371ms, opt 16ms
05-26 09:35:23.812: DEBUG/installd(35): DexInv: --- END '/data/app/com.corea.Jogging1-2.apk' (success) ---
05-26 09:35:23.862: INFO/ActivityManager(65): Force stopping package com.corea.Jogging1 uid=10040
05-26 09:35:23.921: WARN/PackageManager(65): Code path for pkg : com.corea.Jogging1 changing from /data/app/com.corea.Jogging1-1.apk to /data/app/com.corea.Jogging1-2.apk
05-26 09:35:23.921: WARN/PackageManager(65): Resource path for pkg : com.corea.Jogging1 changing from /data/app/com.corea.Jogging1-1.apk to /data/app/com.corea.Jogging1-2.apk
05-26 09:35:24.063: DEBUG/PackageManager(65): Activities: com.corea.Jogging1.Jogging1 com.corea.Jogging1.Jogging_myinfo
05-26 09:35:24.159: DEBUG/dalvikvm(180): GC_EXPLICIT freed 229 objects / 15128 bytes in 535ms
05-26 09:35:27.721: INFO/installd(35): move /data/dalvik-cache/data@app@com.corea.Jogging1-2.apk@classes.dex -> /data/dalvik-cache/data@app@com.corea.Jogging1-2.apk@classes.dex
05-26 09:35:27.746: DEBUG/PackageManager(65): New package installed in /data/app/com.corea.Jogging1-2.apk
05-26 09:35:29.621: INFO/ActivityManager(65): Force stopping package com.corea.Jogging1 uid=10040
05-26 09:35:30.275: DEBUG/dalvikvm(133): GC_EXPLICIT freed 763 objects / 36272 bytes in 283ms
05-26 09:35:30.563: DEBUG/dalvikvm(158): GC_EXPLICIT freed 749 objects / 45144 bytes in 680ms
05-26 09:35:31.720: INFO/ActivityManager(65): Start proc com.svox.pico for broadcast com.svox.pico/.VoiceDataInstallerReceiver: pid=282 uid=10010 gids={}
05-26 09:35:33.420: WARN/RecognitionManagerService(65): no available voice recognition services found
05-26 09:35:35.481: DEBUG/dalvikvm(65): GC_EXPLICIT freed 8200 objects / 543488 bytes in 1595ms
05-26 09:35:38.322: INFO/installd(35): unlink /data/dalvik-cache/data@app@com.corea.Jogging1-1.apk@classes.dex
05-26 09:35:38.611: DEBUG/AndroidRuntime(115): Shutting down VM
05-26 09:35:38.631: DEBUG/jdwp(115): adbd disconnected
05-26 09:35:39.211: INFO/ActivityThread(282): Publishing provider com.svox.pico.providers.SettingsProvider: com.svox.pico.providers.SettingsProvider
05-26 09:35:42.980: DEBUG/AndroidRuntime(292): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
05-26 09:35:42.980: DEBUG/AndroidRuntime(292): CheckJNI is ON
05-26 09:35:44.431: DEBUG/AndroidRuntime(292): --- registering native functions ---
05-26 09:35:48.481: INFO/ActivityManager(65): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.corea.Jogging1/.Jogging1 }
05-26 09:35:48.900: DEBUG/AndroidRuntime(292): Shutting down VM
05-26 09:35:48.932: INFO/AndroidRuntime(292): NOTE: attach of thread 'Binder Thread #3' failed
05-26 09:35:48.952: DEBUG/dalvikvm(292): Debugger has detached; object registry had 1 entries
05-26 09:35:49.502: WARN/ActivityManager(65): Activity pause timeout for HistoryRecord{4400d478 com.android.launcher/com.android.launcher2.Launcher}
05-26 09:35:49.652: INFO/ActivityManager(65): Start proc com.corea.Jogging1 for activity com.corea.Jogging1/.Jogging1: pid=299 uid=10040 gids={}
05-26 09:35:54.361: INFO/ActivityManager(65): Displayed activity com.corea.Jogging1/.Jogging1: 4836 ms (total 70043 ms)
05-26 09:35:54.592: INFO/ARMAssembler(65): generated scanline__00000077:03545404_00000004_00000000 [ 47 ipp] (67 ins) at [0x2efba8:0x2efcb4] in 17542407 ns
05-26 09:35:55.932: DEBUG/dalvikvm(222): GC_EXPLICIT freed 1818 objects / 136256 bytes in 2659ms
05-26 09:35:59.631: DEBUG/dalvikvm(133): GC_EXPLICIT freed 751 objects / 42104 bytes in 159ms
05-26 09:38:46.341: INFO/ActivityManager(65): Starting activity: Intent { cmp=com.corea.Jogging1/.Jogging_myinfo }
05-26 09:38:48.471: INFO/ActivityManager(65): Displayed activity com.corea.Jogging1/.Jogging_myinfo: 2056 ms (total 2056 ms)
05-26 09:38:53.432: WARN/KeyCharacterMap(299): No keyboard for id 0
05-26 09:38:53.432: WARN/KeyCharacterMap(299): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
05-26 09:38:56.772: DEBUG/dalvikvm(119): GC_FOR_MALLOC freed 4332 objects / 283336 bytes in 201ms
05-26 09:38:57.462: DEBUG/dalvikvm(119): GC_EXTERNAL_ALLOC freed 1029 objects / 45984 bytes in 247ms
05-26 09:38:58.092: INFO/ARMAssembler(65): generated scanline__00000177:03515104_00001001_00000000 [ 91 ipp] (114 ins) at [0x2163b0:0x216578] in 5480554 ns
05-26 09:39:19.193: DEBUG/dalvikvm(299): GC_EXPLICIT freed 1779 objects / 101936 bytes in 192ms




Logcat 디버깅 메세지가 있어야 원인 파악이 가능할것 같습니다.