Debugging app always crashing in android emulator -


i trying debug app using android studio , android emulator. app gets installed successfully, when app comes crashes message:

unfortunately test app has stopped

below log see adb monitor. have deleted android folder multiple times , reinstalled, not help.

07-27 23:43:40.586 1503-2301/system_process w/inputmethodmanagerservice: window focused, ignoring focus gain of: com.android.internal.view.iinputmethodclient$stub$proxy@20129f4e attribute=null, token = android.os.binderproxy@2c17f0c6 07-27 23:43:41.525 1503-1527/system_process i/choreographer: skipped 45 frames!  application may doing work on main thread. 07-27 23:43:45.546 2902-2902/test.com.integratedcoe a/chromium: [fatal:compositor_impl_android.cc(559)] timed out waiting gpu channel.                                                                      --------- beginning of crash 07-27 23:43:45.546 2902-2902/test.com.integratedcoe a/libc: fatal signal 6 (sigabrt), code -6 in tid 2902 (m.integratedcoe) 07-27 23:43:45.649 1136-1136/? i/debug: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 07-27 23:43:45.649 1136-1136/? i/debug: build fingerprint: 'generic_x86_64/sdk_google_phone_x86_64/generic_x86_64:5.0.2/lsy66k/4174711:eng/test-keys' 07-27 23:43:45.649 1136-1136/? i/debug: revision: '0' 07-27 23:43:45.649 1136-1136/? i/debug: abi: 'x86' 07-27 23:43:45.649 1136-1136/? i/debug: pid: 2902, tid: 2902, name: m.integratedcoe  >>> test.com.integratedcoe <<< 07-27 23:43:45.649 1136-1136/? i/debug: signal 6 (sigabrt), code -6 (si_tkill), fault addr -------- 07-27 23:43:45.653 1136-1136/? i/debug: abort message: '[fatal:compositor_impl_android.cc(559)] timed out waiting gpu channel.                                         ' 07-27 23:43:45.653 1136-1136/? i/debug:     eax 00000000  ebx 00000b56  ecx 00000b56  edx 00000006 07-27 23:43:45.653 1136-1136/? i/debug:     esi f77a3f08  edi 0000000b 07-27 23:43:45.653 1136-1136/? i/debug:     xcs 00000023  xds 0000002b  xes 0000002b  xfs 00000007  xss 0000002b 07-27 23:43:45.653 1136-1136/? i/debug:     eip f770fed6  ebp 00000b56  esp fff1b880  flags 00200286 07-27 23:43:45.653 1136-1136/? i/debug: backtrace: 07-27 23:43:45.653 1136-1136/? i/debug:     #00 pc 00073ed6  /system/lib/libc.so (tgkill+22) 07-27 23:43:45.653 1136-1136/? i/debug:     #01 pc 00021b1b  /system/lib/libc.so (pthread_kill+155) 07-27 23:43:45.654 1136-1136/? i/debug:     #02 pc 00023394  /system/lib/libc.so (raise+36) 07-27 23:43:45.654 1136-1136/? i/debug:     #03 pc 0001b874  /system/lib/libc.so (abort+84) 07-27 23:43:45.654 1136-1136/? i/debug:     #04 pc 0021f374  /data/app/test.com.integratedcoe-1/lib/x86/libxwalkcore.so 07-27 23:43:45.654 1136-1136/? i/debug:     #05 pc 00001163  /data/app/test.com.integratedcoe-1/lib/x86/libxwalkcore.so 07-27 23:43:45.731 1136-1136/? i/debug: tombstone written to: /data/tombstones/tombstone_03 07-27 23:43:45.731 1503-1523/system_process i/bootreceiver: copying /data/tombstones/tombstone_03 dropbox (system_tombstone) 07-27 23:43:45.747 1503-2182/system_process e/sharedpreferencesimpl: couldn't create directory sharedpreferences file shared_prefs/log_files.xml 07-27 23:43:45.750 1503-2971/system_process w/activitymanager:   force finishing activity test.com.integratedcoe/com.test.app.service.authentication 07-27 23:43:45.755 1130-2037/? d/gralloc_ranchu: gralloc_alloc: creating ashmem region of size 589824                                                    [ 07-27 23:43:45.758  1503: 2971 d/         ]                                                  hostconnection::get() new host connection established 0x7f7f76458940, tid 2971                                                    [ 07-27 23:43:45.759  1503: 2971 w/         ]                                                  unrecognized gles max version string in extensions: android_emu_checksum_helper_v1 android_emu_dma_v1  07-27 23:43:45.762 1130-1130/? e/egl_emulation: tid 1130: eglcreatesynckhr(1865): error 0x3004 (egl_bad_attribute) 07-27 23:43:45.769 1503-1550/system_process w/inputdispatcher: channel '10b20887 test.com.integratedcoe/com.test.app.service.authentication (server)' ~ consumer closed input channel or error occurred.  events=0x9 07-27 23:43:45.769 1503-1550/system_process e/inputdispatcher: channel '10b20887 test.com.integratedcoe/com.test.app.service.authentication (server)' ~ channel unrecoverably broken , disposed! 07-27 23:43:45.770 1144-1144/? i/zygote: process 2902 exited due signal (6) 07-27 23:43:45.770 1503-1688/system_process i/windowstate: win death: window{10b20887 u0 test.com.integratedcoe/com.test.app.service.authentication} 07-27 23:43:45.770 1503-1688/system_process w/inputdispatcher: attempted unregister unregistered input channel '10b20887 test.com.integratedcoe/com.test.app.service.authentication (server)' 


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -