While running several test cases some of them suddenly fails with error creating session

Hello!
I’m creating autotests to android, using android emulator 8.1.0. I have several features (using cucumber),

  • java 1.8
  • appium 1.11.1
  • java-client 6.1.0

(and no matter what appium I use, tryied downgrading to down to 1.8). When I start scope of tests (several features named high level scenarios with several test cases in each of it) I suddenly get the error creating session.
It can occure in first test and then several of next test could fail with this error (cannot create session) or not. Rest tests run successful. I pointed that this error occures in most cases on ubuntu server 16.04 with -no-screen on emulator.
On the real android device this problem does not occure. I delete session in the @After hooks from cucumber, and load appium server with nodejs.
Here are the error:
org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: ‘Command ‘/home/android/android/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com...test’ timed out after 100000ms’. Try to increase the 100000ms adb execution timeout represented by ‘adbExecTimeout’ capability
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’
System info: host: ‘android’, ip: ‘’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘4.15.0-45-generic’, java.version: ‘1.8.0_201’
Driver info: driver.version: AndroidDriver
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: ‘Command ‘/home/android/android/platform-tools/adb -P 5037 -s emulator-5554 shell pm clear com...test’ timed out after 100000ms’. Try to increase the 100000ms adb execution timeout represented by ‘adbExecTimeout’ capability
at getResponseForW3CError (/home/android/nodejs/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:826:9)
at asyncHandler (/home/android/nodejs/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:447:37)
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’
System info: host: ‘android’, ip:’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘4.15.0-45-generic’, java.version: ‘1.8.0_201’
Driver info: driver.version: AndroidDriver

It might be that adb simply freezes on this machine. Make sure the Android SDK is up to date and check the logcat output - perhaps you could find some explanation there

Updated Android SDK, reinstalled emulator and downgraded to android 7.0 version. The error still occurs but I can’t find an issue.
Here are logs of logcat (after the last appium command tests fails):

03-19 04:09:52.273 5824 5911 D UiObject: getText() =
03-19 04:09:52.277 5824 5911 I QueryController: Matched selector: UiSelector[RESOURCE_ID=com.myapp.test:id/mEnterCode] <<==>> [android.view.accessibility.AccessibilityNodeInfo@8000c37d; boundsInParent: Rect(523800, 0 - 524796, 118); boundsInScreen: Rect(42, 483 - 1038, 601); packageName: com.myapp.test; className: android.widget.EditText; text: null; error: null; maxTextLength: -1; contentDescription: null; viewIdResName: com.myapp.test:id/mEnterCode; checkable: false; checked: false; focusable: true; focused: true; selected: false; clickable: true; longClickable: true; contextClickable: false; enabled: true; password: false; scrollable: false; actions: [AccessibilityAction: ACTION_CLEAR_FOCUS - null, AccessibilityAction: ACTION_SELECT - null, AccessibilityAction: ACTION_CLEAR_SELECTION - null, AccessibilityAction: ACTION_CLICK - null, AccessibilityAction: ACTION_LONG_CLICK - null, AccessibilityAction: ACTION_ACCESSIBILITY_FOCUS - null, AccessibilityAction: ACTION_PASTE - null, AccessibilityAction: ACTION_SET_TEXT - null, AccessibilityAction: ACTION_SHOW_ON_SCREEN - null]]
03-19 04:09:52.319 5861 5914 I widget : isConnected [type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: epctmobilecom, failover: false, available: true, roaming: false, metered: true]
03-19 04:09:52.319 5861 5914 I OkHttp : --> POST
03-19 04:09:52.319 5861 5914 I OkHttp : Content-Type: application/x-www-form-urlencoded
03-19 04:09:52.319 5861 5914 I OkHttp : Content-Length: 77
03-19 04:09:52.319 5861 5914 I OkHttp :
03-19 04:09:52.322 5824 5911 I appium : AppiumResponse: {“sessionId”:“4341deac-50e3-4cc3-99bf-fe69fbf29fba”,“status”:0,“value”:""}
03-19 04:09:52.349 5861 5914 I OkHttp : grant_type=mobile&phone=1234560000&sms_code=55555&client_id=abonent&company=
03-19 04:09:52.349 5861 5914 I OkHttp : --> END POST (77-byte body)
03-19 04:09:52.367 5824 5845 I appium : channel read invoked!
03-19 04:09:52.369 5824 5845 I appium : channel read: GET /wd/hub/session/4341deac-50e3-4cc3-99bf-fe69fbf29fba
03-19 04:09:52.369 5824 5845 I appium : AppiumResponse: {“sessionId”:“4341deac-50e3-4cc3-99bf-fe69fbf29fba”,“status”:0,“value”:{}}
03-19 04:09:52.437 5824 5846 I appium : channel read invoked!
03-19 04:09:52.437 5824 5846 I appium : channel read: POST /wd/hub/session/4341deac-50e3-4cc3-99bf-fe69fbf29fba/element
03-19 04:09:52.437 5824 5846 I appium : Find element command
03-19 04:09:52.439 5824 5846 I appium : find element command using ‘-android uiautomator’ with selector ‘new UiSelector().resourceId(“com.myapp.test:id/textView2”)’.
03-19 04:09:52.441 5861 5914 I OkHttp : <-- 200 testmyappcom/authserver-service/oauth/token (92ms)
03-19 04:09:52.441 5861 5914 I OkHttp : server: nginx/1.14.1
03-19 04:09:52.441 5861 5914 I OkHttp : date: Tue, 19 Mar 2019 01:09:53 GMT
03-19 04:09:52.443 5861 5914 I OkHttp : content-type: application/json;charset=UTF-8
03-19 04:09:52.443 5861 5914 I OkHttp : access-control-allow-headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
03-19 04:09:52.443 5861 5914 I OkHttp : x-frame-options: DENY
03-19 04:09:52.443 5861 5914 I OkHttp : access-control-allow-methods: POST, GET, OPTIONS, DELETE, PATCH
03-19 04:09:52.443 5861 5914 I OkHttp : pragma: no-cache
03-19 04:09:52.443 5861 5914 I OkHttp : access-control-allow-origin: panelmyappcom
03-19 04:09:52.443 5861 5914 I OkHttp : access-control-allow-credentials: true
03-19 04:09:52.447 5861 5914 I OkHttp : access-control-max-age: 3600
03-19 04:09:52.447 5861 5914 I OkHttp : x-content-type-options: nosniff
03-19 04:09:52.447 5861 5914 I OkHttp : x-xss-protection: 1; mode=block
03-19 04:09:52.447 5861 5914 I OkHttp : cache-control: no-store
03-19 04:09:52.447 5861 5914 I OkHttp : strict-transport-security: max-age=31536000
03-19 04:09:52.451 5861 5914 I OkHttp :
03-19 04:09:52.451 5861 5914 I OkHttp : {“access_token”:"",“token_type”:“bearer”,“refresh_token”:"",“expires_in”:4999,“scope”:“read write trust”,“phone”:“12345600000”,“company”:null,“jti”:""}
03-19 04:09:52.451 5861 5914 I OkHttp : <-- END HTTP (961-byte body)
03-19 04:09:52.490 5861 5914 I widget : isConnected [type: MOBILE[LTE], state: CONNECTED/CONNECTED, reason: connected, extra: epctmobilecom, failover: false, available: true, roaming: false, metered: true]
03-19 04:09:52.492 5861 5914 I OkHttp : --> POST testmyappcom/users/v1/push_tokens
03-19 04:09:52.492 5861 5914 I OkHttp : Content-Type: application/json; charset=UTF-8
03-19 04:09:52.492 5861 5914 I OkHttp : Content-Length: 187
03-19 04:09:52.492 5861 5914 I OkHttp : Authorization: bearer
03-19 04:09:52.493 5861 5914 I OkHttp :
03-19 04:09:52.497 5861 5914 I OkHttp : {“appName”:“rd_android”,“value”:“dyX1GpkBw14:APA91bHsd3biqfNbUas-FxbHBC_otUg-0yUkzF9x5hOY6UyClQfM0dhTniy0pQI3luyilvfvJKKrd1hwWnMFrRVGjyxsn8ebTTf4Vy165J5chBY6_XoaiZz0vo3tv8hOnmii6HViCJTO”}
03-19 04:09:52.497 5861 5914 I OkHttp : --> END POST (187-byte body)
03-19 04:09:52.554 5861 5914 I OkHttp : <-- 200 testmyappcom/users/v1/push_tokens (57ms)
03-19 04:09:52.554 5861 5914 I OkHttp : server: nginx/1.14.1
03-19 04:09:52.559 5861 5914 I OkHttp : date: Tue, 19 Mar 2019 01:09:53 GMT
03-19 04:09:52.559 5861 5914 I OkHttp : expires: 0
03-19 04:09:52.559 5861 5914 I OkHttp : access-control-allow-headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With
03-19 04:09:52.559 5861 5914 I OkHttp : x-frame-options: DENY
03-19 04:09:52.559 5861 5914 I OkHttp : access-control-allow-methods: POST, GET, OPTIONS, DELETE, PATCH
03-19 04:09:52.559 5861 5914 I OkHttp : pragma: no-cache
03-19 04:09:52.564 5861 5914 I OkHttp : access-control-allow-origin: panelmyappcom
03-19 04:09:52.564 5861 5914 I OkHttp : access-control-allow-credentials: true
03-19 04:09:52.564 5861 5914 I OkHttp : access-control-max-age: 3600
03-19 04:09:52.564 5861 5914 I OkHttp : x-content-type-options: nosniff
03-19 04:09:52.564 5861 5914 I OkHttp : x-xss-protection: 1; mode=block
03-19 04:09:52.564 5861 5914 I OkHttp : cache-control: no-cache, no-store, max-age=0, must-revalidate
03-19 04:09:52.564 5861 5914 I OkHttp : strict-transport-security: max-age=31536000
03-19 04:09:52.570 5861 5914 I OkHttp :
03-19 04:09:52.572 5861 5914 I OkHttp :
03-19 04:09:52.573 5861 5914 I OkHttp : <-- END HTTP (0-byte body)
03-19 04:09:52.780 1589 1693 I ActivityManager: START u0 {flg=0x10008000 cmp=com.myapp.test/myapp.ui.keys_and_cams.KeysAndCamsActivity} from uid 10083 on display 0
03-19 04:09:52.977 5824 5846 W art : Long monitor contention with owner main (5824) at void android.view.accessibility.AccessibilityCache.onAccessibilityEvent(android.view.accessibility.AccessibilityEvent)(AccessibilityCache.java:96) waiters=0 in void android.view.accessibility.AccessibilityCache.clear() for 154ms
03-19 04:09:53.012 5824 5829 I art : Do partial code cache collection, code=52KB, data=50KB
03-19 04:09:53.014 5824 5829 I art : After code cache collection, code=52KB, data=50KB
03-19 04:09:53.014 5824 5829 I art : Increasing code cache capacity to 256KB
03-19 04:09:53.149 1589 2159 W art : Long monitor contention with owner android.display (1610) at int com.android.server.wm.WindowManagerService.relayoutWindow(com.android.server.wm.Session, android.view.IWindow, int, android.view.WindowManager$LayoutParams, int, int, int, int, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.graphics.Rect, android.content.res.Configuration, android.view.Surface)(WindowManagerService.java:2766) waiters=0 in android.view.MagnificationSpec com.android.server.wm.WindowManagerService$LocalService.getCompatibleMagnificationSpecForWindow(android.os.IBinder) for 161ms
03-19 04:09:53.418 1300 1313 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 2691072
03-19 04:09:53.427 1300 1300 E EGL_emulation: tid 1300: eglCreateSyncKHR(1901): error 0x3004 (EGL_BAD_ATTRIBUTE)
03-19 04:09:53.463 1300 1313 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8294400
03-19 04:09:53.615 1589 1599 I art : Background partial concurrent mark sweep GC freed 26600(1664KB) AllocSpace objects, 8(160KB) LOS objects, 23% free, 13MB/17MB, paused 10.432ms total 153.346ms
--------- beginning of crash
03-19 04:09:53.672 1589 1610 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1610 (android.display)
03-19 04:09:53.680 1257 1257 W : debuggerd: handling request: pid=1589 uid=1000 gid=1000 tid=1610
03-19 04:09:53.682 5861 5861 I Choreographer: Skipped 31 frames! The application may be doing too much work on its main thread.
03-19 04:09:53.719 5927 5927 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
03-19 04:09:53.719 5927 5927 F DEBUG : Build fingerprint: ‘google/sdk_google_phone_x86/generic_x86:7.0/NYC/5071208:userdebug/dev-keys’
03-19 04:09:53.720 5927 5927 F DEBUG : Revision: ‘0’
03-19 04:09:53.720 5927 5927 F DEBUG : ABI: ‘x86’
03-19 04:09:53.720 5927 5927 F DEBUG : pid: 1589, tid: 1610, name: android.display >>> system_server <<<
03-19 04:09:53.721 5927 5927 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
03-19 04:09:53.721 5927 5927 F DEBUG : eax 90317000 ebx a6112ee8 ecx 007e9000 edx 00000000
03-19 04:09:53.721 5927 5927 F DEBUG : esi aa9a3fc0 edi 007e9000
03-19 04:09:53.721 5927 5927 F DEBUG : xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
03-19 04:09:53.721 5927 5927 F DEBUG : eip b493549e ebp 9bbefb98 esp 9bbefb68 flags 00010206
03-19 04:09:54.280 5927 5927 F DEBUG :
03-19 04:09:54.280 5927 5927 F DEBUG : backtrace:
03-19 04:09:54.280 5927 5927 F DEBUG : #00 pc 0001949e /system/lib/libc.so (memcpy+430)
03-19 04:09:54.280 5927 5927 F DEBUG : #01 pc 000025f0 /system/lib/libOpenglSystemCommon.so (_Z18goldfish_dma_writeP20goldfish_dma_contextPvj+48)
03-19 04:09:54.280 5927 5927 F DEBUG : #02 pc 00004488 /system/lib/libOpenglSystemCommon.so (_ZN24ExtendedRCEncoderContext15lockAndWriteDmaEPvj+72)
03-19 04:09:54.280 5927 5927 F DEBUG : #03 pc 00004f37 /system/lib/lib_renderControl_enc.so
03-19 04:09:54.282 5927 5927 F DEBUG : #04 pc 000068b3 /system/lib/hw/gralloc.ranchu.so
03-19 04:09:54.282 5927 5927 F DEBUG : #05 pc 0000451f /system/lib/hw/gralloc.ranchu.so
03-19 04:09:54.283 5927 5927 F DEBUG : #06 pc 0000940b /system/lib/libui.so (_ZN7android19GraphicBufferMapper11unlockAsyncEPK13native_handlePi+123)
03-19 04:09:54.283 5927 5927 F DEBUG : #07 pc 00007401 /system/lib/libui.so (_ZN7android13GraphicBuffer11unlockAsyncEPi+49)
03-19 04:09:54.283 5927 5927 F DEBUG : #08 pc 00071ae0 /system/lib/libgui.so (_ZN7android7Surface13unlockAndPostEv+80)
03-19 04:09:54.283 5927 5927 F DEBUG : #09 pc 000c38af /system/lib/libandroid_runtime.so
03-19 04:09:54.283 5927 5927 F DEBUG : #10 pc 02013f2e /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.nativeUnlockCanvasAndPost+154)
03-19 04:09:54.283 5927 5927 F DEBUG : #11 pc 02014511 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.unlockSwCanvasAndPost+525)
03-19 04:09:54.283 5927 5927 F DEBUG : #12 pc 020159bf /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Surface.unlockCanvasAndPost+139)
03-19 04:09:54.283 5927 5927 F DEBUG : #13 pc 020467b8 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.drawSoftware+1140)
03-19 04:09:54.283 5927 5927 F DEBUG : #14 pc 02046085 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.draw+2209)
03-19 04:09:54.285 5927 5927 F DEBUG : #15 pc 02049904 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.performDraw+176)
03-19 04:09:54.285 5927 5927 F DEBUG : #16 pc 0204d5f6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.performTraversals+12866)
03-19 04:09:54.285 5927 5927 F DEBUG : #17 pc 02051544 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl.doTraversal+160)
03-19 04:09:54.286 5927 5927 F DEBUG : #18 pc 02040433 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.ViewRootImpl$TraversalRunnable.run+47)
03-19 04:09:54.286 5927 5927 F DEBUG : #19 pc 01f5d3e6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer$CallbackRecord.run+194)
03-19 04:09:54.286 5927 5927 F DEBUG : #20 pc 01f5f48c /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer.doCallbacks+792)
03-19 04:09:54.286 5927 5927 F DEBUG : #21 pc 01f5fba6 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer.doFrame+1122)
03-19 04:09:54.286 5927 5927 F DEBUG : #22 pc 01f5e02e /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.view.Choreographer$FrameDisplayEventReceiver.run+74)
03-19 04:09:54.286 5927 5927 F DEBUG : #23 pc 015c6c4c /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Handler.handleCallback+56)
03-19 04:09:54.286 5927 5927 F DEBUG : #24 pc 015c6cc4 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Handler.dispatchMessage+64)
03-19 04:09:54.288 5927 5927 F DEBUG : #25 pc 01cc7ed4 /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.Looper.loop+736)
03-19 04:09:54.288 5927 5927 F DEBUG : #26 pc 0199ebfd /system/framework/x86/boot-framework.oat (offset 0x1538000) (android.os.HandlerThread.run+217)
03-19 04:09:54.288 5927 5927 F DEBUG : #27 pc 00c83964 /system/framework/oat/x86/services.odex (offset 0xbcb000)
03-19 04:09:58.154 5824 5846 E QueryController: Got null root node from accessibility - Retrying…
03-19 04:09:59.311 1257 1257 W : debuggerd: resuming target 1589
03-19 04:09:59.377 1350 1350 E : eof
03-19 04:09:59.377 1350 1350 E : failed to read size
03-19 04:09:59.377 1350 1350 I : closing connection
03-19 04:09:59.379 1298 1298 I lowmemorykiller: ActivityManager disconnected
03-19 04:09:59.379 1298 1298 I lowmemorykiller: Closing Activity Manager data connection
03-19 04:09:59.466 2060 2060 D AndroidRuntime: Shutting down VM
03-19 04:09:59.468 2076 2303 E WifiScanner: Channel connection lost
03-19 04:09:59.470 1674 1692 W Sensors : sensorservice died [0xa93f7d80]
03-19 04:09:59.473 1347 3816 W AudioFlinger: power manager service died !!!
03-19 04:09:59.474 5861 5861 D AndroidRuntime: Shutting down VM
03-19 04:09:59.475 5861 5861 E CrashlyticsCore: An error occurred in the uncaught exception handler
03-19 04:09:59.475 5861 5861 E CrashlyticsCore: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.477 1792 1885 D DcNetworkAgent: NetworkAgent: NetworkAgent channel lost
03-19 04:09:59.477 1792 1885 D DcNetworkAgent: NetworkAgent: DcNetworkAgent: [unwanted]: disconnect apnContext={mApnType=default mState=CONNECTED mWaitingApns={[[ApnSettingV3] T-Mobile US, 1, 310260, epc.tmobilm, ,sgt-mobilecom/mms, , , , -1, *, IP, IP, true, 0, 0, 0, false, 0, 0, 0, 0, , , false]} mApnSetting={[ApnSettingV3] T-Mobile US, 1, 310260, epcmobilecom, , , , , , -1, *, IP, IP, true, 0, 0, 0, false, 0, 0, 0, 0, , , false} mReason=connected mDataEnabled=true mDependencyMet=true}
03-19 04:09:59.482 1299 1299 I ServiceManager: service ‘telecom’ died
03-19 04:09:59.482 1299 1299 I ServiceManager: service ‘otadexopt’ died
03-19 04:09:59.482 1299 1299 I ServiceManager: service ‘user’ died
03-19 04:09:59.482 1300 1300 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xaa1b0000
03-19 04:09:59.482 1300 1300 D SurfaceFlinger: Screen type=0 is already mode=2
03-19 04:09:59.498 1346 1346 I Zygote : Process 1589 exited due to signal (11)
03-19 04:09:59.498 1346 1346 E Zygote : Exit zygote because system server (1589) has terminated
03-19 04:09:59.515 5861 5861 E AndroidRuntime: FATAL EXCEPTION: main
03-19 04:09:59.515 5861 5861 E AndroidRuntime: Process: com.myapp.test, PID: 5861
03-19 04:09:59.515 5861 5861 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.517 5861 5861 I Process : Sending signal. PID: 5861 SIG: 9
03-19 04:09:59.526 2060 2901 W Sensors : sensorservice died [0x81abb140]
03-19 04:09:59.530 2060 2060 E BaseUncaughtHandler: Hit an exception while processing the UncaughtExceptionHandler. Original exception:
03-19 04:09:59.530 2060 2060 E BaseUncaughtHandler: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.538 1361 1361 D fingerprintd: binder died
03-19 04:09:59.538 1361 1361 V fingerprintd: nativeCloseHal()
03-19 04:09:59.542 1361 1361 D FingerprintHal: ----------------> fingerprint_close ----------------->
03-19 04:09:59.542 1299 1299 I ServiceManager: service ‘activity’ died
03-19 04:09:59.542 1299 1299 I ServiceManager: service ‘procstats’ died
03-19 04:09:59.542 1299 1299 I ServiceManager: service ‘meminfo’ died
03-19 04:09:59.542 1299 1299 I ServiceManager: service ‘gfxinfo’ died
03-19 04:09:59.542 1299 1299 I ServiceManager: service ‘dbinfo’ died
03-19 04:09:59.552 2076 2918 W Sensors : sensorservice died [0xa635aa00]
03-19 04:09:59.553 2060 2060 E BaseUncaughtHandler: Hit an exception while processing the UncaughtExceptionHandler. Original exception:
03-19 04:09:59.553 2060 2060 E BaseUncaughtHandler: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.553 2060 2060 E AndroidRuntime: FATAL EXCEPTION: main
03-19 04:09:59.553 2060 2060 E AndroidRuntime: Process: com.google.android.gms, PID: 2060
03-19 04:09:59.553 2060 2060 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.559 2060 2060 I Process : Sending signal. PID: 2060 SIG: 9
03-19 04:09:59.585 1299 1299 I ServiceManager: service ‘cpuinfo’ died
03-19 04:09:59.585 1299 1299 I ServiceManager: service ‘permission’ died
03-19 04:09:59.585 1299 1299 I ServiceManager: service ‘processinfo’ died
03-19 04:09:59.585 1299 1299 I ServiceManager: service ‘sensorservice’ died
03-19 04:09:59.587 1792 1885 E ConnectivityMetricsLogger: Error logging event null
03-19 04:09:59.608 1299 1299 I ServiceManager: service ‘battery’ died
03-19 04:09:59.608 1299 1299 I ServiceManager: service ‘usagestats’ died
03-19 04:09:59.608 1299 1299 I ServiceManager: service ‘webviewupdate’ died
03-19 04:09:59.609 1299 1299 I ServiceManager: service ‘scheduling_policy’ died
03-19 04:09:59.609 1299 1299 I ServiceManager: service ‘telephony.registry’ died
03-19 04:09:59.609 1299 1299 I ServiceManager: service ‘media.camera.proxy’ died
03-19 04:09:59.610 1299 1299 I ServiceManager: service ‘account’ died
03-19 04:09:59.610 1299 1299 I ServiceManager: service ‘content’ died
03-19 04:09:59.610 1299 1299 I ServiceManager: service ‘vibrator’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘consumer_ir’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘alarm’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘window’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘input’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘vrmanager’ died
03-19 04:09:59.611 1299 1299 I ServiceManager: service ‘pinner’ died
03-19 04:09:59.612 1299 1299 I ServiceManager: service ‘input_method’ died
03-19 04:09:59.612 1299 1299 I ServiceManager: service ‘accessibility’ died
03-19 04:09:59.612 1299 1299 I ServiceManager: service ‘mount’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘uimode’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘lock_settings’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘deviceidle’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘device_policy’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘statusbar’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘clipboard’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘network_management’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘textservices’ died
03-19 04:09:59.614 1299 1299 I ServiceManager: service ‘network_score’ died
03-19 04:09:59.642 1299 1299 I ServiceManager: service ‘netstats’ died
03-19 04:09:59.642 1299 1299 I ServiceManager: service ‘netpolicy’ died
03-19 04:09:59.642 1299 1299 I ServiceManager: service ‘wifip2p’ died
03-19 04:09:59.642 1299 1299 I ServiceManager: service ‘wifi’ died
03-19 04:09:59.642 1299 1299 I ServiceManager: service ‘wifiscanner’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘rttmanager’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘connectivity’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘servicediscovery’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘updatelock’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘recovery’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘batterystats’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘appops’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘power’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘display’ died
03-19 04:09:59.643 1299 1299 I ServiceManager: service ‘package’ died
03-19 04:09:59.645 1299 1299 I ServiceManager: service ‘notification’ died
03-19 04:09:59.645 1299 1299 I ServiceManager: service ‘devicestoragemonitor’ died
03-19 04:09:59.645 1299 1299 I ServiceManager: service ‘location’ died
03-19 04:09:59.645 1299 1299 I ServiceManager: service ‘country_detector’ died
03-19 04:09:59.645 1299 1299 I ServiceManager: service ‘search’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘dropbox’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘wallpaper’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘audio’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘DockObserver’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘midi’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘usb’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘serial’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘hardware_properties’ died
03-19 04:09:59.647 1299 1299 I ServiceManager: service ‘jobscheduler’ died
03-19 04:09:59.648 1792 1885 E AndroidRuntime: FATAL EXCEPTION: DcHandlerThread
03-19 04:09:59.648 1792 1885 E AndroidRuntime: Process: com.android.phone, PID: 1792
03-19 04:09:59.648 1792 1885 E AndroidRuntime: DeadSystemException: The system died; earlier logs will point to the root cause
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘soundtrigger’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘backup’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘appwidget’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘voiceinteraction’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘diskstats’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘samplingprofiler’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘network_time_update_service’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘commontime_management’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘dreams’ died
03-19 04:09:59.649 1299 1299 I ServiceManager: service ‘assetatlas’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘graphicsstats’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘print’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘restrictions’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘media_session’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘media_router’ died
03-19 04:09:59.651 1299 1299 I ServiceManager: service ‘trust’ died
03-19 04:09:59.652 1299 1299 I ServiceManager: service ‘fingerprint’ died
03-19 04:09:59.710 1299 1299 I ServiceManager: service ‘connectivity_metrics_logger’ died
03-19 04:09:59.710 1299 1299 I ServiceManager: service ‘dns_listener’ died
03-19 04:09:59.712 1299 1299 I ServiceManager: service ‘contexthub_service’ died
03-19 04:09:59.712 1299 1299 I ServiceManager: service ‘shortcut’ died
03-19 04:09:59.712 1299 1299 I ServiceManager: service ‘launcherapps’ died
03-19 04:09:59.712 1299 1299 I ServiceManager: service ‘media_projection’ died
03-19 04:09:59.712 1299 1299 I ServiceManager: service ‘imms’ died
03-19 04:09:59.787 5934 5934 I BootAnimation: boot animation disabled

03-19 04:09:53.672 1589 1610 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 1610 (android.display)

This does not look good. It is a crash inside Android OS.