Detox: android: role=testee not connected, cannot fw action

Created on 28 Apr 2020  ·  9Comments  ·  Source: wix/Detox

Describe the bug
With the simplest possible test for our app, detox timeouts on android but not on ios
The last logmessage is [DetoxServer.js/CANNOT_FORWARD] role=testee not connected, cannot fw action (sessionId=143e631d-b875-c0f9-0a77-fe5cfb9390bb) as described in #1743 already.

The suggested fix Problem: The app loads but tests fail to start in SDK >= 28 did not help.

To Reproduce

  • [x] I have tested this issue on the latest Detox release and it still reproduces

Steps to reproduce:

  1. create a simple test that tests that the first app screen is visible
  2. start the test with detox test ./spec -c android.emu.debug -l verbose

Expected behavior
The test should be started

Device and Verbose Detox Logs

  1. Verbose Detox Logs


Click to expand!

app:yarn test:android
yarn run v1.22.4
$ detox test ./spec -c android.emu.debug -l verbose
detox[39871] INFO:  [test.js] configuration="android.emu.debug" loglevel="verbose" reportSpecs=true readOnlyEmu=false useCustomLogger=true DETOX_START_TIMESTAMP=1588064053313 node_modules/.bin/jest --config spec/jest.config.js '--testNamePattern=^((?!:ios:).)*$' --maxWorkers 1 ./spec
detox[39872] INFO:  [DetoxServer.js] server listening on localhost:643
65...
detox[39872] DEBUG: [AsyncWebSocket.js/WEBSOCKET_OPEN] opened web sock
et to: ws://localhost:64365
detox[39872] DEBUG: [DetoxServer.js/LOGIN] role=tester, sessionId=895a
68f1-1ef8-b846-7926-4d770bef191e
detox[39872] DEBUG: [DetoxServer.js/LOGIN_SUCCESS] role=tester, sessio
nId=895a68f1-1ef8-b846-7926-4d770bef191e
detox[39872] DEBUG: [exec.js/EXEC_CMD, #0] "/Users/andreasbeyer/Librar
y/Android/sdk/emulator/emulator" -list-avds --verbose
detox[39872] DEBUG: [exec.js/EXEC_CMD, #1] "/Users/andreasbeyer/Librar
y/Android/sdk/emulator/emulator" -version
detox[39872] DEBUG: [EmulatorVersionResolver.js/EMU_BIN_VERSION_DETECT
] Detected emulator binary version { major: 30, minor: 0, patch: 5 }
detox[39872] DEBUG: [EmulatorDriver.js/ACQUIRE_DEVICE] Looking up a de
vice based on Pixel_API_29
detox[39872] DEBUG: [exec.js/EXEC_CMD, #2] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb"  devices
detox[39872] DEBUG: [exec.js/EXEC_SUCCESS, #2] List of devices attache
d
emulator-12358  device


detox[39872] DEBUG: [FreeEmulatorFinder.js/ACQUIRE_DEVICE] Found emula
tor-12358!
detox[39872] DEBUG: [EmulatorDriver.js/ACQUIRE_DEVICE] Settled on emul
ator-12358
detox[39872] DEBUG: [exec.js/EXEC_CMD, #3] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 shell "getprop dev
.bootcomplete"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #4] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 shell "getprop ro.
build.version.sdk"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #5] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 shell "dumpsys pow
er | grep \"^[ ]*m[UW].*=\""
detox[39872] DEBUG: [exec.js/EXEC_CMD, #6] "/Users/andreasbeyer/Librar
y/Android/sdk/build-tools/29.0.3/aapt" dump badging "/Users/andreasbey
er/Documents/cinuru/app/android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk" | grep -e "package: name="
detox[39872] DEBUG: [exec.js/EXEC_CMD, #7] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 shell "pm list pac
kages com.cinuru.app.debug"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #8] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 uninstall com.cinu
ru.app.debug
detox[39872] DEBUG: [exec.js/EXEC_CMD, #9] "/Users/andreasbeyer/Librar
y/Android/sdk/platform-tools/adb" -s emulator-12358 shell "pm list pac
kages com.cinuru.app.debug.test"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #10] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 uninstall com.cin
uru.app.debug.test
detox[39872] DEBUG: [exec.js/EXEC_CMD, #11] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 install -r -g -t 
"/Users/andreasbeyer/Documents/cinuru/app/android/app/build/outputs/apk/cinuru/debug/app-cinuru-debug.apk"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #12] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 install -r -g -t 
"/Users/andreasbeyer/Documents/cinuru/app/android/app/build/outputs/apk/androidTest/cinuru/debug/app-cinuru-debug-androidTest.apk"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #13] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 shell "am force-s
top com.cinuru.app.debug"
detox[39872] DEBUG: [exec.js/EXEC_CMD, #14] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 shell "date +\"%m
-%d %T.000\""
detox[39872] DEBUG: [exec.js/EXEC_CMD, #15] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 reverse tcp:64365
 tcp:64365
detox[39872] DEBUG: [exec.js/EXEC_CMD, #16] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 shell "pm list in
strumentation"
detox[39872] DEBUG: [exec.js/SPAWN_CMD, #17] [pid=39899] /Users/andrea
sbeyer/Library/Android/sdk/platform-tools/adb -s emulator-12358 shell 
am instrument -w -r -e detoxServer ws://localhost:64365 -e detoxSessionId 895a68f1-1ef8-b846-7926-4d770bef191e -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner
detox[39872] DEBUG: [exec.js/EXEC_CMD, #18] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 shell "ps | grep 
\"com\.cinuru\.app\.debug$\""
detox[39872] DEBUG: [DetoxServer.js/CANNOT_FORWARD] role=testee not co
nnected, cannot fw action (sessionId=895a68f1-1ef8-b846-7926-4d770bef1
91e)
detox[39872] INFO:  test
detox[39872] INFO:  test [FAIL]

detox[39872] INFO:  the simplest possible test is assigned to emulator
-12358 (Pixel_API_29)
detox[39872] ERROR: [DetoxExportWrapper.js/DETOX_INIT_ERROR] 
 { DetoxRuntimeError: Aborted detox.init() execution, and now running 
detox.cleanup()

HINT: Most likely, your test runner is tearing down the suite due to the timeout error
    at Detox.[_assertNoPendingInit] (/Users/andreasbeyer/Documents/cinuru/app/node_modules/detox/src/Detox.js:204:9)
    at Detox.cleanup (/Users/andreasbeyer/Documents/cinuru/app/node_modules/detox/src/Detox.js:79:37)
    at DetoxExportWrapper.cleanup (/Users/andreasbeyer/Documents/cinuru/app/node_modules/detox/src/DetoxExportWrapper.js:56:26)
    at cleanup (/Users/andreasbeyer/Documents/cinuru/app/spec/init.js:56:14)
    at tryCatch (/Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:45:40)
    at Generator.invoke [as _invoke] (/Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:271:22)
    at Generator.prototype.(anonymous function) [as next] (/Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:97:21)
    at tryCatch (/Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:45:40)
    at invoke (/Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:135:20)
    at /Users/andreasbeyer/Documents/cinuru/app/node_modules/regenerator-runtime/runtime.js:145:13
    at tryCallOne (/Users/andreasbeyer/Documents/cinuru/app/node_modules/promise/lib/core.js:37:12)
    at /Users/andreasbeyer/Documents/cinuru/app/node_modules/promise/lib/core.js:123:15
    at flush (/Users/andreasbeyer/Documents/cinuru/app/node_modules/asap/raw.js:50:29)
    at process._tickCallback (internal/process/next_tick.js:61:11) name: 'DetoxRuntimeError' }
detox[39872] WARN:  [Client.js/PENDING_REQUESTS] App has not responded
 to the network requests below:
  (id = -1000) isReady: {}

Unresponded network requests might result in timeout errors in Detox tests.

detox[39872] DEBUG: [exec.js/KILL] sending SIGINT to [pid = 39899]: /U
sers/andreasbeyer/Library/Android/sdk/platform-tools/adb -s emulator-1
2358 shell am instrument -w -r -e detoxServer ws://localhost:64365 -e detoxSessionId 895a68f1-1ef8-b846-7926-4d770bef191e -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner
detox[39872] DEBUG: [DetoxServer.js/DISCONNECT] role=tester, sessionId
=895a68f1-1ef8-b846-7926-4d770bef191e
detox[39872] DEBUG: [exec.js/KILL] sending SIGINT to [pid = 39899]: /U
sers/andreasbeyer/Library/Android/sdk/platform-tools/adb -s emulator-1
2358 shell am instrument -w -r -e detoxServer ws://localhost:64365 -e detoxSessionId 895a68f1-1ef8-b846-7926-4d770bef191e -e debug false com.cinuru.app.debug.test/androidx.test.runner.AndroidJUnitRunner
detox[39872] DEBUG: [DetoxServer.js/WS_CLOSE] Detox server connections
 terminated gracefully
detox[39872] DEBUG: [exec.js/EXEC_CMD, #19] "/Users/andreasbeyer/Libra
ry/Android/sdk/platform-tools/adb" -s emulator-12358 reverse --remove 
tcp:64365
 FAIL  spec/login.spec.js (121.662s)
  the simplest possible test
    ✕ test (1ms)

  ● the simplest possible test › test

    thrown: "Exceeded timeout of 120000ms for a hook.
    Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

      13 | detoxCircus.getEnv().addEventsListener(assignReporter);
      14 | 
    > 15 | beforeAll(async () => {
         | ^
      16 |      await detox.init(config);
      17 | 
      18 |      // setup custom functionality

      at Object.beforeAll (init.js:15:1)
          at Array.forEach (<anonymous>)

detox[39871] ERROR: [cli.js] Error: Command failed: node_modules/.bin/
jest --config spec/jest.config.js '--testNamePattern=^((?!:ios:).)*$' 
--maxWorkers 1 ./spec

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
app:

  1. adb logcat logs


Click to expand!

04-28 11:05:31.233  2194  2194 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
04-28 11:05:31.237  2194  3546 W GCoreFlp: No location to return for getLastLocation()
04-28 11:05:31.238 10138 10138 I Detox   : Network is busy
04-28 11:05:31.243  2194  3546 W GCoreFlp: No location to return for getLastLocation()
04-28 11:05:31.257 10138 10138 I Detox   : Network is busy
04-28 11:05:31.684 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 23 lines
04-28 11:05:31.700 10138 10138 I Detox   : Network is busy
04-28 11:05:31.701 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 100 iterations.
04-28 11:05:31.719 10138 10138 I Detox   : Network is busy
04-28 11:05:31.811 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 5 lines
04-28 11:05:31.830 10138 10138 I Detox   : Network is busy
04-28 11:05:31.846  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:31.846  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:31.847 10138 10138 I Detox   : Network is busy
04-28 11:05:30.359  2053  2075 I chatty  : uid=1000(system) android.io identical 6 lines
04-28 11:05:30.363  2053  2075 I DropBoxManagerService: add tag=system_server_strictmode isTagEnabled=true flags=0x2
04-28 11:05:32.334  2053  2082 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
04-28 11:05:32.334  2053  2082 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
04-28 11:05:32.826 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 53 lines
04-28 11:05:32.847 10138 10138 I Detox   : Network is busy
04-28 11:05:32.851  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:32.851  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:32.862 10138 10138 I Detox   : Network is busy
04-28 11:05:33.492 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 34 lines
04-28 11:05:33.508 10138 10138 I Detox   : Network is busy
04-28 11:05:33.510 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 300 iterations.
04-28 11:05:33.527 10138 10138 I Detox   : Network is busy
04-28 11:05:33.826 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 16 lines
04-28 11:05:33.844 10138 10138 I Detox   : Network is busy
04-28 11:05:33.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:33.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:33.861 10138 10138 I Detox   : Network is busy
04-28 11:05:34.819 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 52 lines
04-28 11:05:34.835 10138 10138 I Detox   : Network is busy
04-28 11:05:34.852  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:34.852  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:34.855 10138 10138 I Detox   : Network is busy
04-28 11:05:35.102 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 14 lines
04-28 11:05:35.122 10138 10138 I Detox   : Network is busy
04-28 11:05:35.126  2053  2081 E memtrack: Couldn't load memtrack module
04-28 11:05:35.126  2053  2081 W android.os.Debug: failed to get memory consumption info: -1
04-28 11:05:35.137 10138 10138 I Detox   : Network is busy
04-28 11:05:35.724 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 33 lines
04-28 11:05:35.742 10138 10138 I Detox   : Network is busy
04-28 11:05:35.742 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 600 iterations.
04-28 11:05:35.760 10138 10138 I Detox   : Network is busy
04-28 11:05:35.830 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 4 lines
04-28 11:05:35.849 10138 10138 I Detox   : Network is busy
04-28 11:05:35.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:35.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:35.865 10138 10138 I Detox   : Network is busy
04-28 11:05:35.866  5569  5604 I WorkerManager: dispose()
04-28 11:05:35.868  5569  5604 W ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
04-28 11:05:35.878 10138 10138 I Detox   : Network is busy
04-28 11:05:35.878 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:05:35.882 10138 10138 I Detox   : Network is busy
04-28 11:05:36.132 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 28 lines
04-28 11:05:36.133 10138 10138 I Detox   : Network is busy
04-28 11:05:36.138  2194  2194 I BeaconBle: Scan : No clients left, canceling alarm.
04-28 11:05:36.149 10138 10138 I Detox   : Network is busy
04-28 11:05:36.611 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 52 lines
04-28 11:05:36.611 10138 10138 I Detox   : Network is busy
04-28 11:05:36.612 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 700 iterations.
04-28 11:05:36.630 10138 10138 I Detox   : Network is busy
04-28 11:05:36.842 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 24 lines
04-28 11:05:36.842 10138 10138 I Detox   : Network is busy
04-28 11:05:36.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:36.853  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:36.861 10138 10138 I Detox   : Network is busy
04-28 11:05:37.480 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 70 lines
04-28 11:05:37.481 10138 10138 I Detox   : Network is busy
04-28 11:05:37.481 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 800 iterations.
04-28 11:05:37.498 10138 10138 I Detox   : Network is busy
04-28 11:05:37.847 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 38 lines
04-28 11:05:37.847 10138 10138 I Detox   : Network is busy
04-28 11:05:37.855  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:37.856  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:37.862 10138 10138 I Detox   : Network is busy
04-28 11:05:38.346 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 52 lines
04-28 11:05:38.346 10138 10138 I Detox   : Network is busy
04-28 11:05:38.346 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 900 iterations.
04-28 11:05:38.365 10138 10138 I Detox   : Network is busy
04-28 11:05:38.847 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 52 lines
04-28 11:05:38.847 10138 10138 I Detox   : Network is busy
04-28 11:05:38.856  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:38.856  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:38.864 10138 10138 I Detox   : Network is busy
04-28 11:05:39.310 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 48 lines
04-28 11:05:39.310 10138 10138 I Detox   : Network is busy
04-28 11:05:39.318  2194 10279 I NetRec  : [655] akim.a: Refreshing scores for 1 networks.
04-28 11:05:39.329 10138 10138 I Detox   : Network is busy
04-28 11:05:39.420 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 10 lines
04-28 11:05:39.420 10138 10138 I Detox   : Network is busy
04-28 11:05:39.424  2194 10079 I NetRec  : [643] akim.a: Refreshing scores for 1 networks.
04-28 11:05:39.438 10138 10138 I Detox   : Network is busy
04-28 11:05:39.573 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 14 lines
04-28 11:05:39.573 10138 10138 I Detox   : Network is busy
04-28 11:05:39.584 10138 10231 I ReactNativeJS: '| logging', [ { type: 'APP_INITIALIZED',
04-28 11:05:39.584 10138 10231 I ReactNativeJS:     value: '{"appState":"NEW"}',
04-28 11:05:39.584 10138 10231 I ReactNativeJS:     datetime: '2020-04-28T09:05:29.663Z' },
04-28 11:05:39.584 10138 10231 I ReactNativeJS:   { type: 'SCREEN_VIEWED',
04-28 11:05:39.584 10138 10231 I ReactNativeJS:     value: '{"key":"Onboarding","tabKey":"Discover","link":"cinurudev://onboarding"}',
04-28 11:05:39.584 10138 10231 I ReactNativeJS:     datetime: '2020-04-28T09:05:30.115Z' } ]
04-28 11:05:39.587 10138 10138 I Detox   : Network is busy
04-28 11:05:39.847 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 28 lines
04-28 11:05:39.848 10138 10138 I Detox   : Network is busy
04-28 11:05:39.857  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:39.857  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:39.865 10138 10138 I Detox   : Network is busy
04-28 11:05:40.143 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 30 lines
04-28 11:05:40.143 10138 10138 I Detox   : Network is busy
04-28 11:05:40.144 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1100 iterations.
04-28 11:05:40.163 10138 10138 I Detox   : Network is busy
04-28 11:05:40.851 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 74 lines
04-28 11:05:40.852 10138 10138 I Detox   : Network is busy
04-28 11:05:40.860  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:40.860  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:40.866 10138 10138 I Detox   : Network is busy
04-28 11:05:40.866 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 1 line
04-28 11:05:40.880 10138 10138 I Detox   : Network is busy
04-28 11:05:40.880 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:05:40.882 10138 10138 I Detox   : Network is busy
04-28 11:05:41.028 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 25 lines
04-28 11:05:41.029 10138 10138 I Detox   : Network is busy
04-28 11:05:41.029 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1200 iterations.
04-28 11:05:41.047 10138 10138 I Detox   : Network is busy
04-28 11:05:41.555 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 85 lines
04-28 11:05:41.555 10138 10138 I Detox   : Network is busy
04-28 11:05:41.565  2194 10279 W NetRec  : [655] akim.a: Timeout after 2242 ms while waiting for score updates. Returning 1.
04-28 11:05:41.567  2194 10279 I NetRec  : [655] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new refresh_scores_task refresh.
04-28 11:05:41.572 10138 10138 I Detox   : Network is busy
04-28 11:05:41.573 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 1 line
04-28 11:05:41.573 10138 10138 I Detox   : Network is busy
04-28 11:05:41.575  2194 10279 I NetRec  : [655] NetRecChimeraGcmTaskService.a: Completed refresh_scores_task score refresh task in 2259 ms, returning 1
04-28 11:05:41.592 10138 10138 I Detox   : Network is busy
04-28 11:05:41.628 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 7 lines
04-28 11:05:41.628 10138 10138 I Detox   : Network is busy
04-28 11:05:41.643  2194 10079 I NetRec  : [643] akim.b: Will retry failed rapid_refresh_scores_task task as standard refresh.
04-28 11:05:41.646 10138 10138 I Detox   : Network is busy
04-28 11:05:41.647 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 1 line
04-28 11:05:41.647 10138 10138 I Detox   : Network is busy
04-28 11:05:41.652  2194 10079 W NetRec  : [643] akim.a: Timeout after 2223 ms while waiting for score updates. Returning 2.
04-28 11:05:41.655  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new rapid_refresh_scores_task refresh.
04-28 11:05:41.664 10138 10138 I Detox   : Network is busy
04-28 11:05:41.664 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 1 line
04-28 11:05:41.664 10138 10138 I Detox   : Network is busy
04-28 11:05:41.666  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Completed rapid_refresh_scores_task score refresh task in 2242 ms, returning 2
04-28 11:05:41.682 10138 10138 I Detox   : Network is busy
04-28 11:05:41.788  2755  3515 E ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api
04-28 11:05:41.846 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 28 lines
04-28 11:05:41.847 10138 10138 I Detox   : Network is busy
04-28 11:05:41.860  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:41.860  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:41.864 10138 10138 I Detox   : Network is busy
04-28 11:05:42.827 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 160 lines
04-28 11:05:42.827 10138 10138 I Detox   : Network is busy
04-28 11:05:42.827 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1400 iterations.
04-28 11:05:42.845 10138 10138 I Detox   : Network is busy
04-28 11:05:42.845 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 1 line
04-28 11:05:42.845 10138 10138 I Detox   : Network is busy
04-28 11:05:42.864  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:42.864  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:42.864 10138 10138 I Detox   : Network is busy
04-28 11:05:43.685 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 136 lines
04-28 11:05:43.685 10138 10138 I Detox   : Network is busy
04-28 11:05:43.690 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1500 iterations.
04-28 11:05:43.702 10138 10138 I Detox   : Network is busy
04-28 11:05:43.850 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 25 lines
04-28 11:05:43.851 10138 10138 I Detox   : Network is busy
04-28 11:05:43.868  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:43.868  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:43.869 10138 10138 I Detox   : Network is busy
04-28 11:05:44.857 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 164 lines
04-28 11:05:44.873 10138 10138 I Detox   : Network is busy
04-28 11:05:44.874  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:44.874  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:44.873 10138 10138 I Detox   : Network is busy
04-28 11:05:45.492 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 102 lines
04-28 11:05:45.492 10138 10138 I Detox   : Network is busy
04-28 11:05:45.493 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1700 iterations.
04-28 11:05:45.509 10138 10138 I Detox   : Network is busy
04-28 11:05:45.874 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 61 lines
04-28 11:05:45.875 10138 10138 I Detox   : Network is busy
04-28 11:05:45.877  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:45.877  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:45.883 10138 10138 I Detox   : Network is busy
04-28 11:05:45.883 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:05:45.891 10138 10138 I Detox   : Network is busy
04-28 11:05:46.113 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 50 lines
04-28 11:05:46.113 10138 10138 I Detox   : Network is busy
04-28 11:05:46.114  2053  2081 E memtrack: Couldn't load memtrack module
04-28 11:05:46.114  2053  2081 W android.os.Debug: failed to get memory consumption info: -1
04-28 11:05:46.129 10138 10138 I Detox   : Network is busy
04-28 11:05:46.388 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 58 lines
04-28 11:05:46.388 10138 10138 I Detox   : Network is busy
04-28 11:05:46.389 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1800 iterations.
04-28 11:05:46.403 10138 10138 I Detox   : Network is busy
04-28 11:05:46.863 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 102 lines
04-28 11:05:46.863 10138 10138 I Detox   : Network is busy
04-28 11:05:46.880  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:46.880  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:46.880 10138 10138 I Detox   : Network is busy
04-28 11:05:47.275 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 86 lines
04-28 11:05:47.275 10138 10138 I Detox   : Network is busy
04-28 11:05:47.275 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1900 iterations.
04-28 11:05:47.292 10138 10138 I Detox   : Network is busy
04-28 11:05:47.874 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 126 lines
04-28 11:05:47.874 10138 10138 I Detox   : Network is busy
04-28 11:05:47.884  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:47.884  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:47.892 10138 10138 I Detox   : Network is busy
04-28 11:05:47.946 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 14 lines
04-28 11:05:47.946 10138 10138 I Detox   : Network is busy
04-28 11:05:47.960  2516  9965 W GAv4-SVC: Network compressed POST connection error: java.net.UnknownHostException: Unable to resolve host "ssl.google-analytics.com": No address associated with hostname
04-28 11:05:47.964 10138 10138 I Detox   : Network is busy
04-28 11:05:48.885 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 198 lines
04-28 11:05:48.886 10138 10138 I Detox   : Network is busy
04-28 11:05:48.886  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:48.886  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:48.901 10138 10138 I Detox   : Network is busy
04-28 11:05:49.872 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 210 lines
04-28 11:05:49.872 10138 10138 I Detox   : Network is busy
04-28 11:05:49.885  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:49.885  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:49.892 10138 10138 I Detox   : Network is busy
04-28 11:05:49.982 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 22 lines
04-28 11:05:49.982 10138 10138 I Detox   : Network is busy
04-28 11:05:49.982 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2200 iterations.
04-28 11:05:50.002 10138 10138 I Detox   : Network is busy
04-28 11:05:50.131 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 30 lines
04-28 11:05:50.132 10138 10138 I Detox   : Network is busy
04-28 11:05:50.137  2516  9877 I ContentMaintenance: Internal cache bytes used: 0; limit: 40626585; download size: 0
04-28 11:05:50.146 10138 10138 I Detox   : Network is busy
04-28 11:05:50.146 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 2 lines
04-28 11:05:50.146 10138 10138 I Detox   : Network is busy
04-28 11:05:50.152  2516  9877 I RealtimeCacheCleanup: Beginning Realtime garbage collection.
04-28 11:05:50.153  2516  9877 I RealtimeCacheCleanup: Finished Realtime garbage collection.
04-28 11:05:50.164 10138 10138 I Detox   : Network is busy
04-28 11:05:50.868 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 154 lines
04-28 11:05:50.868 10138 10138 I Detox   : Network is busy
04-28 11:05:50.886  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:50.886  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:50.886 10138 10138 I Detox   : Network is busy
04-28 11:05:50.887 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 3 lines
04-28 11:05:50.887 10138 10138 I Detox   : Network is busy
04-28 11:05:50.887 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:05:50.887 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2300 iterations.
04-28 11:05:50.903 10138 10138 I Detox   : Network is busy
04-28 11:05:51.881 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 268 lines
04-28 11:05:51.881 10138 10138 I Detox   : Network is busy
04-28 11:05:51.889  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:51.889  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:51.898 10138 10138 I Detox   : Network is busy
04-28 11:05:52.890 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 273 lines
04-28 11:05:52.892 10138 10138 I Detox   : Network is busy
04-28 11:05:52.892  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:52.892  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:52.907 10138 10138 I Detox   : Network is busy
04-28 11:05:53.562 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 183 lines
04-28 11:05:53.562 10138 10138 I Detox   : Network is busy
04-28 11:05:53.562 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2600 iterations.
04-28 11:05:53.577 10138 10138 I Detox   : Network is busy
04-28 11:05:53.886 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 88 lines
04-28 11:05:53.887 10138 10138 I Detox   : Network is busy
04-28 11:05:53.895  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:53.895  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:53.904 10138 10138 I Detox   : Network is busy
04-28 11:05:54.322 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 118 lines
04-28 11:05:54.322 10138 10138 I Detox   : Network is busy
04-28 11:05:54.334  2194  9614 E GCM     : Missing checkin config file
04-28 11:05:54.334  2194  9614 W GCM     : GCM FAILED TO INITIALIZE - missing checkin
04-28 11:05:54.337 10138 10168 E FirebaseInstanceId: Token retrieval failed: AUTHENTICATION_FAILED
04-28 11:05:54.338 10138 10138 I Detox   : Network is busy
04-28 11:05:54.887 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 153 lines
04-28 11:05:54.887 10138 10138 I Detox   : Network is busy
04-28 11:05:54.901  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:54.901  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:54.903 10138 10138 I Detox   : Network is busy
04-28 11:05:55.337 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 123 lines
04-28 11:05:55.337 10138 10138 I Detox   : Network is busy
04-28 11:05:55.339 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2800 iterations.
04-28 11:05:55.353 10138 10138 I Detox   : Network is busy
04-28 11:05:55.877 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 144 lines
04-28 11:05:55.889 10138 10138 I Detox   : Network is busy
04-28 11:05:55.889 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:05:55.894 10138 10138 I Detox   : Network is busy
04-28 11:05:55.894 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 4 lines
04-28 11:05:55.895 10138 10138 I Detox   : Network is busy
04-28 11:05:55.903  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:55.903  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:55.913 10138 10138 I Detox   : Network is busy
04-28 11:05:56.895 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 318 lines
04-28 11:05:56.895 10138 10138 I Detox   : Network is busy
04-28 11:05:56.907  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:56.908  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:56.914 10138 10138 I Detox   : Network is busy
04-28 11:05:57.895 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 369 lines
04-28 11:05:57.895 10138 10138 I Detox   : Network is busy
04-28 11:05:57.911  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:57.912  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:57.913 10138 10138 I Detox   : Network is busy
04-28 11:05:58.903 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 376 lines
04-28 11:05:58.903 10138 10138 I Detox   : Network is busy
04-28 11:05:58.914  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:58.915  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:58.919 10138 10138 I Detox   : Network is busy
04-28 11:05:59.875 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 355 lines
04-28 11:05:59.875 10138 10138 I Detox   : Network is busy
04-28 11:05:59.884 10138 10250 D WebSocketClient: Retrying...
04-28 11:05:59.884 10138 10250 I WebSocketClient: At connectToServer
04-28 11:05:59.894 10138 10138 I Detox   : Network is busy
04-28 11:05:59.894 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 5 lines
04-28 11:05:59.894 10138 10138 I Detox   : Network is busy
04-28 11:05:59.896 10138 10290 I WebSocketClient: At onOpen
04-28 11:05:59.896 10138 10290 I WebSocketClient: At sendAction
04-28 11:05:59.896 10138 10290 D WebSocketClient: Detox Action Sent: login
04-28 11:05:59.915 10138 10138 I Detox   : Network is busy
04-28 11:05:59.915  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:05:59.915  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:05:59.915 10138 10138 I Detox   : Network is busy
04-28 11:06:00.009 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 39 lines
04-28 11:06:00.010 10138 10138 I Detox   : Network is busy
04-28 11:06:00.013  2214  2214 D KeyguardClockSwitch: Updating clock: 1106
04-28 11:06:00.026 10138 10138 I Detox   : Network is busy
04-28 11:06:00.026 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 5 lines
04-28 11:06:00.027 10138 10138 I Detox   : Network is busy
04-28 11:06:00.029  2214  2443 D EGL_emulation: eglMakeCurrent: 0xdd31a360: ver 3 0 (tinfo 0xdd30f030)
04-28 11:06:00.050 10138 10138 I Detox   : Network is busy
04-28 11:06:00.804 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 292 lines
04-28 11:06:00.804 10138 10138 I Detox   : Network is busy
04-28 11:06:00.805 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 100 iterations.
04-28 11:06:00.822 10138 10138 I Detox   : Network is busy
04-28 11:06:00.896 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 33 lines
04-28 11:06:00.896 10138 10138 I Detox   : Network is busy
04-28 11:06:00.916  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:00.916  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:00.917 10138 10138 I Detox   : Network is busy
04-28 11:06:01.692 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 299 lines
04-28 11:06:01.692 10138 10138 I Detox   : Network is busy
04-28 11:06:01.696 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 200 iterations.
04-28 11:06:01.707 10138 10138 I Detox   : Network is busy
04-28 11:06:01.913 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 82 lines
04-28 11:06:01.913 10138 10138 I Detox   : Network is busy
04-28 11:06:01.920  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:01.920  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:01.929 10138 10138 I Detox   : Network is busy
04-28 11:06:02.921 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 383 lines
04-28 11:06:02.921 10138 10138 I Detox   : Network is busy
04-28 11:06:02.923  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:02.923  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:02.937 10138 10138 I Detox   : Network is busy
04-28 11:06:03.476 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 215 lines
04-28 11:06:03.476 10138 10138 I Detox   : Network is busy
04-28 11:06:03.476 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 400 iterations.
04-28 11:06:03.494 10138 10138 I Detox   : Network is busy
04-28 11:06:03.909 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 166 lines
04-28 11:06:03.909 10138 10138 I Detox   : Network is busy
04-28 11:06:03.926  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:03.926  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:03.926 10138 10138 I Detox   : Network is busy
04-28 11:06:04.896 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 377 lines
04-28 11:06:04.899 10138 10138 I Detox   : Network is busy
04-28 11:06:04.899 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:04.910 10138 10138 I Detox   : Network is busy
04-28 11:06:04.911 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 6 lines
04-28 11:06:04.912 10138 10138 I Detox   : Network is busy
04-28 11:06:04.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:04.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:04.931 10138 10138 I Detox   : Network is busy
04-28 11:06:05.246 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 142 lines
04-28 11:06:05.246 10138 10138 I Detox   : Network is busy
04-28 11:06:05.247 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 600 iterations.
04-28 11:06:05.261 10138 10138 I Detox   : Network is busy
04-28 11:06:05.923 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 286 lines
04-28 11:06:05.923 10138 10138 I Detox   : Network is busy
04-28 11:06:05.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:05.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:05.950 10138 10138 I Detox   : Network is busy
04-28 11:06:06.917 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 414 lines
04-28 11:06:06.917 10138 10138 I Detox   : Network is busy
04-28 11:06:06.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:06.928  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:06.934 10138 10138 I Detox   : Network is busy
04-28 11:06:07.926 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 430 lines
04-28 11:06:07.926 10138 10138 I Detox   : Network is busy
04-28 11:06:07.932  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:07.932  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:07.942 10138 10138 I Detox   : Network is busy
04-28 11:06:08.922 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 406 lines
04-28 11:06:08.922 10138 10138 I Detox   : Network is busy
04-28 11:06:08.935  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:08.935  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:08.936 10138 10138 I Detox   : Network is busy
04-28 11:06:08.975 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 22 lines
04-28 11:06:08.975 10138 10138 I Detox   : Network is busy
04-28 11:06:08.976 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1000 iterations.
04-28 11:06:08.994 10138 10138 I Detox   : Network is busy
04-28 11:06:09.462 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 198 lines
04-28 11:06:09.462 10138 10138 I Detox   : Network is busy
04-28 11:06:09.466  2194  9614 I NetRec  : [613] akim.a: Refreshing scores for 1 networks.
04-28 11:06:09.481 10138 10138 I Detox   : Network is busy
04-28 11:06:09.540 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 30 lines
04-28 11:06:09.540 10138 10138 I Detox   : Network is busy
04-28 11:06:09.548  2194 10079 I NetRec  : [643] akim.a: Refreshing scores for 1 networks.
04-28 11:06:09.559 10138 10138 I Detox   : Network is busy
04-28 11:06:09.639 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 38 lines
04-28 11:06:09.639 10138 10138 I Detox   : Network is busy
04-28 11:06:09.657  1955  1955 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
04-28 11:06:09.658 10138 10138 I Detox   : Network is busy
04-28 11:06:09.891 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 103 lines
04-28 11:06:09.899 10138 10138 I Detox   : Network is busy
04-28 11:06:09.900 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:09.909 10138 10138 I Detox   : Network is busy
04-28 11:06:09.931 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 16 lines
04-28 11:06:09.931 10138 10138 I Detox   : Network is busy
04-28 11:06:09.939  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:09.939  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:09.950 10138 10138 I Detox   : Network is busy
04-28 11:06:09.969 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 16 lines
04-28 11:06:09.969 10138 10138 I Detox   : Network is busy
04-28 11:06:09.973  1958  1958 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
04-28 11:06:09.988 10138 10138 I Detox   : Network is busy
04-28 11:06:10.935 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 448 lines
04-28 11:06:10.935 10138 10138 I Detox   : Network is busy
04-28 11:06:10.943  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:10.943  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:10.953 10138 10138 I Detox   : Network is busy
04-28 11:06:11.692 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 358 lines
04-28 11:06:11.692 10138 10138 I Detox   : Network is busy
04-28 11:06:11.702  2194  9614 W NetRec  : [613] akim.a: Timeout after 2231 ms while waiting for score updates. Returning 1.
04-28 11:06:11.703  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new refresh_scores_task refresh.
04-28 11:06:11.709  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Completed refresh_scores_task score refresh task in 2244 ms, returning 1
04-28 11:06:11.712 10138 10138 I Detox   : Network is busy
04-28 11:06:11.768 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 34 lines
04-28 11:06:11.768 10138 10138 I Detox   : Network is busy
04-28 11:06:11.769 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1300 iterations.
04-28 11:06:11.786 10138 10138 I Detox   : Network is busy
04-28 11:06:11.786 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 7 lines
04-28 11:06:11.787 10138 10138 I Detox   : Network is busy
04-28 11:06:11.793  2194 10079 I NetRec  : [643] akim.b: Will retry failed rapid_refresh_scores_task task as standard refresh.
04-28 11:06:11.799  2194 10079 W NetRec  : [643] akim.a: Timeout after 2249 ms while waiting for score updates. Returning 2.
04-28 11:06:11.802  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new rapid_refresh_scores_task refresh.
04-28 11:06:11.806 10138 10138 I Detox   : Network is busy
04-28 11:06:11.806 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 7 lines
04-28 11:06:11.806 10138 10138 I Detox   : Network is busy
04-28 11:06:11.813  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Completed rapid_refresh_scores_task score refresh task in 2266 ms, returning 2
04-28 11:06:11.824 10138 10138 I Detox   : Network is busy
04-28 11:06:11.938 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 61 lines
04-28 11:06:11.938 10138 10138 I Detox   : Network is busy
04-28 11:06:11.943  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:11.943  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:11.957 10138 10138 I Detox   : Network is busy
04-28 11:06:12.947 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 475 lines
04-28 11:06:12.947 10138 10138 I Detox   : Network is busy
04-28 11:06:12.947  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:12.947  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:12.965 10138 10138 I Detox   : Network is busy
04-28 11:06:13.631 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 322 lines
04-28 11:06:13.631 10138 10138 I Detox   : Network is busy
04-28 11:06:13.632 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1500 iterations.
04-28 11:06:13.649 10138 10138 I Detox   : Network is busy
04-28 11:06:13.946 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 151 lines
04-28 11:06:13.946 10138 10138 I Detox   : Network is busy
04-28 11:06:13.952  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:13.952  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:13.963 10138 10138 I Detox   : Network is busy
04-28 11:06:14.503 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 277 lines
04-28 11:06:14.503 10138 10138 I Detox   : Network is busy
04-28 11:06:14.504 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1600 iterations.
04-28 11:06:14.521 10138 10138 I Detox   : Network is busy
04-28 11:06:14.900 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 197 lines
04-28 11:06:14.901 10138 10138 I Detox   : Network is busy
04-28 11:06:14.901 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:14.915 10138 10138 I Detox   : Network is busy
04-28 11:06:14.952 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 28 lines
04-28 11:06:14.952 10138 10138 I Detox   : Network is busy
04-28 11:06:14.954  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:14.954  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:14.969 10138 10138 I Detox   : Network is busy
04-28 11:06:15.382 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 238 lines
04-28 11:06:15.382 10138 10138 I Detox   : Network is busy
04-28 11:06:15.382 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1700 iterations.
04-28 11:06:15.403 10138 10138 I Detox   : Network is busy
04-28 11:06:15.943 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 308 lines
04-28 11:06:15.943 10138 10138 I Detox   : Network is busy
04-28 11:06:15.958  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:15.958  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:15.959 10138 10138 I Detox   : Network is busy
04-28 11:06:16.944 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 548 lines
04-28 11:06:16.944 10138 10138 I Detox   : Network is busy
04-28 11:06:16.961  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:16.961  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:16.962 10138 10138 I Detox   : Network is busy
04-28 11:06:17.165 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 118 lines
04-28 11:06:17.165 10138 10138 I Detox   : Network is busy
04-28 11:06:17.165 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1900 iterations.
04-28 11:06:17.182 10138 10138 I Detox   : Network is busy
04-28 11:06:17.959 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 428 lines
04-28 11:06:17.959 10138 10138 I Detox   : Network is busy
04-28 11:06:17.963  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:17.963  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:17.977 10138 10138 I Detox   : Network is busy
04-28 11:06:18.959 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 538 lines
04-28 11:06:18.959 10138 10138 I Detox   : Network is busy
04-28 11:06:18.965  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:18.965  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:18.973 10138 10138 I Detox   : Network is busy
04-28 11:06:18.973 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 8 lines
04-28 11:06:18.974 10138 10138 I Detox   : Network is busy
04-28 11:06:18.974 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2100 iterations.
04-28 11:06:18.993 10138 10138 I Detox   : Network is busy
04-28 11:06:19.900 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 499 lines
04-28 11:06:19.903 10138 10138 I Detox   : Network is busy
04-28 11:06:19.903 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:19.918 10138 10138 I Detox   : Network is busy
04-28 11:06:19.954 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 31 lines
04-28 11:06:19.954 10138 10138 I Detox   : Network is busy
04-28 11:06:19.969  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:19.969  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:19.971 10138 10138 I Detox   : Network is busy
04-28 11:06:20.964 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 614 lines
04-28 11:06:20.964 10138 10138 I Detox   : Network is busy
04-28 11:06:20.972  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:20.972  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:20.980 10138 10138 I Detox   : Network is busy
04-28 11:06:21.630 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 405 lines
04-28 11:06:21.630 10138 10138 I Detox   : Network is busy
04-28 11:06:21.631 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2400 iterations.
04-28 11:06:21.645 10138 10138 I Detox   : Network is busy
04-28 11:06:21.972 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 207 lines
04-28 11:06:21.972 10138 10138 I Detox   : Network is busy
04-28 11:06:21.976  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:21.977  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:21.987 10138 10138 I Detox   : Network is busy
04-28 11:06:22.968 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 603 lines
04-28 11:06:22.968 10138 10138 I Detox   : Network is busy
04-28 11:06:22.980  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:22.980  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:22.985 10138 10138 I Detox   : Network is busy
04-28 11:06:23.391 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 251 lines
04-28 11:06:23.391 10138 10138 I Detox   : Network is busy
04-28 11:06:23.391 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2600 iterations.
04-28 11:06:23.408 10138 10138 I Detox   : Network is busy
04-28 11:06:23.979 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 350 lines
04-28 11:06:23.979 10138 10138 I Detox   : Network is busy
04-28 11:06:23.981  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:23.981  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:23.994 10138 10138 I Detox   : Network is busy
04-28 11:06:24.893 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 549 lines
04-28 11:06:24.905 10138 10138 I Detox   : Network is busy
04-28 11:06:24.906 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:24.909 10138 10138 I Detox   : Network is busy
04-28 11:06:24.963 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 46 lines
04-28 11:06:24.963 10138 10138 I Detox   : Network is busy
04-28 11:06:24.981  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:24.981  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:24.982 10138 10138 I Detox   : Network is busy
04-28 11:06:25.204 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 154 lines
04-28 11:06:25.204 10138 10138 I Detox   : Network is busy
04-28 11:06:25.205 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2800 iterations.
04-28 11:06:25.221 10138 10138 I Detox   : Network is busy
04-28 11:06:25.975 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 508 lines
04-28 11:06:25.975 10138 10138 I Detox   : Network is busy
04-28 11:06:25.985  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:25.985  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:25.991 10138 10138 I Detox   : Network is busy
04-28 11:06:26.971 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 726 lines
04-28 11:06:26.971 10138 10138 I Detox   : Network is busy
04-28 11:06:26.990  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:26.990  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:26.990 10138 10138 I Detox   : Network is busy
04-28 11:06:27.987 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 739 lines
04-28 11:06:27.987 10138 10138 I Detox   : Network is busy
04-28 11:06:27.993  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:27.993  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:28.004 10138 10138 I Detox   : Network is busy
04-28 11:06:28.898 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 661 lines
04-28 11:06:28.898 10138 10138 I Detox   : Network is busy
04-28 11:06:28.906 10138 10290 D WebSocketClient: Retrying...
04-28 11:06:28.906 10138 10290 I WebSocketClient: At connectToServer
04-28 11:06:28.913 10138 10138 I Detox   : Network is busy
04-28 11:06:28.914 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 11 lines
04-28 11:06:28.914 10138 10138 I Detox   : Network is busy
04-28 11:06:28.917 10138 10293 I WebSocketClient: At onOpen
04-28 11:06:28.917 10138 10293 I WebSocketClient: At sendAction
04-28 11:06:28.918 10138 10293 D WebSocketClient: Detox Action Sent: login
04-28 11:06:28.932 10138 10138 I Detox   : Network is busy
04-28 11:06:28.989 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 50 lines
04-28 11:06:28.989 10138 10138 I Detox   : Network is busy
04-28 11:06:28.995  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:28.995  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:29.007 10138 10138 I Detox   : Network is busy
04-28 11:06:29.999 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 711 lines
04-28 11:06:29.999 10138 10138 I Detox   : Network is busy
04-28 11:06:29.999  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:29.999 10138 10138 I Detox   : Network is busy
04-28 11:06:29.999  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:30.000 10138 10138 I Detox   : Network is busy
04-28 11:06:30.691 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 493 lines
04-28 11:06:30.692 10138 10138 I Detox   : Network is busy
04-28 11:06:30.692 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 200 iterations.
04-28 11:06:30.707 10138 10138 I Detox   : Network is busy
04-28 11:06:31.003 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 219 lines
04-28 11:06:31.003 10138 10138 I Detox   : Network is busy
04-28 11:06:31.003  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:31.003  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:31.020 10138 10138 I Detox   : Network is busy
04-28 11:06:32.001 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 700 lines
04-28 11:06:32.001 10138 10138 I Detox   : Network is busy
04-28 11:06:32.008  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:32.008  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:32.016 10138 10138 I Detox   : Network is busy
04-28 11:06:33.008 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 674 lines
04-28 11:06:33.009 10138 10138 I Detox   : Network is busy
04-28 11:06:33.010  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:33.010  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:33.024 10138 10138 I Detox   : Network is busy
04-28 11:06:33.457 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 297 lines
04-28 11:06:33.457 10138 10138 I Detox   : Network is busy
04-28 11:06:33.458 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 500 iterations.
04-28 11:06:33.471 10138 10138 I Detox   : Network is busy
04-28 11:06:33.920 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 311 lines
04-28 11:06:33.920 10138 10138 I Detox   : Network is busy
04-28 11:06:33.920 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:33.936 10138 10138 I Detox   : Network is busy
04-28 11:06:33.998 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 54 lines
04-28 11:06:33.998 10138 10138 I Detox   : Network is busy
04-28 11:06:34.012  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:34.013  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:34.016 10138 10138 I Detox   : Network is busy
04-28 11:06:34.408 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 292 lines
04-28 11:06:34.408 10138 10138 I Detox   : Network is busy
04-28 11:06:34.409 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 600 iterations.
04-28 11:06:34.422 10138 10138 I Detox   : Network is busy
04-28 11:06:35.007 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 446 lines
04-28 11:06:35.007 10138 10138 I Detox   : Network is busy
04-28 11:06:35.012  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:35.012  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:35.022 10138 10138 I Detox   : Network is busy
04-28 11:06:35.300 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 222 lines
04-28 11:06:35.301 10138 10138 I Detox   : Network is busy
04-28 11:06:35.301 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 700 iterations.
04-28 11:06:35.314 10138 10138 I Detox   : Network is busy
04-28 11:06:36.011 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 544 lines
04-28 11:06:36.011 10138 10138 I Detox   : Network is busy
04-28 11:06:36.013  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:36.013  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:36.026 10138 10138 I Detox   : Network is busy
04-28 11:06:36.213 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 152 lines
04-28 11:06:36.214 10138 10138 I Detox   : Network is busy
04-28 11:06:36.214 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 800 iterations.
04-28 11:06:36.228 10138 10138 I Detox   : Network is busy
04-28 11:06:37.013 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 614 lines
04-28 11:06:37.013 10138 10138 I Detox   : Network is busy
04-28 11:06:37.013  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:37.013  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:37.030 10138 10138 I Detox   : Network is busy
04-28 11:06:38.007 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 754 lines
04-28 11:06:38.007 10138 10138 I Detox   : Network is busy
04-28 11:06:38.017  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:38.017  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:38.023 10138 10138 I Detox   : Network is busy
04-28 11:06:38.877 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 670 lines
04-28 11:06:38.877 10138 10138 I Detox   : Network is busy
04-28 11:06:38.878 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1100 iterations.
04-28 11:06:38.894 10138 10138 I Detox   : Network is busy
04-28 11:06:38.912 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 27 lines
04-28 11:06:38.921 10138 10138 I Detox   : Network is busy
04-28 11:06:38.922 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:38.929 10138 10138 I Detox   : Network is busy
04-28 11:06:39.006 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 73 lines
04-28 11:06:39.006 10138 10138 I Detox   : Network is busy
04-28 11:06:39.022  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:39.022  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:39.024 10138 10138 I Detox   : Network is busy
04-28 11:06:39.584 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 478 lines
04-28 11:06:39.584 10138 10138 I Detox   : Network is busy
04-28 11:06:39.600  2194 10079 I NetRec  : [643] akim.a: Refreshing scores for 1 networks.
04-28 11:06:39.601 10138 10138 I Detox   : Network is busy
04-28 11:06:39.692 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 88 lines
04-28 11:06:39.692 10138 10138 I Detox   : Network is busy
04-28 11:06:39.703  2194  9614 I NetRec  : [613] akim.a: Refreshing scores for 1 networks.
04-28 11:06:39.710 10138 10138 I Detox   : Network is busy
04-28 11:06:40.021 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 268 lines
04-28 11:06:40.021 10138 10138 I Detox   : Network is busy
04-28 11:06:40.026  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:40.026  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:40.037 10138 10138 I Detox   : Network is busy
04-28 11:06:40.639 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 508 lines
04-28 11:06:40.639 10138 10138 I Detox   : Network is busy
04-28 11:06:40.640 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1300 iterations.
04-28 11:06:40.653 10138 10138 I Detox   : Network is busy
04-28 11:06:41.016 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 298 lines
04-28 11:06:41.016 10138 10138 I Detox   : Network is busy
04-28 11:06:41.027  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:41.027  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:41.032 10138 10138 I Detox   : Network is busy
04-28 11:06:41.525 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 418 lines
04-28 11:06:41.525 10138 10138 I Detox   : Network is busy
04-28 11:06:41.526 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1400 iterations.
04-28 11:06:41.541 10138 10138 I Detox   : Network is busy
04-28 11:06:41.839 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 253 lines
04-28 11:06:41.839 10138 10138 I Detox   : Network is busy
04-28 11:06:41.851  2194 10079 W NetRec  : [643] akim.a: Timeout after 2242 ms while waiting for score updates. Returning 1.
04-28 11:06:41.855 10138 10138 I Detox   : Network is busy
04-28 11:06:41.855 10138 10138 I Detox   : Network is busy
04-28 11:06:41.855  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new refresh_scores_task refresh.
04-28 11:06:41.855 10138 10138 I Detox   : Network is busy
04-28 11:06:41.857 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 11 lines
04-28 11:06:41.857 10138 10138 I Detox   : Network is busy
04-28 11:06:41.867  2194 10079 I NetRec  : [643] NetRecChimeraGcmTaskService.a: Completed refresh_scores_task score refresh task in 2269 ms, returning 1
04-28 11:06:41.872 10138 10138 I Detox   : Network is busy
04-28 11:06:41.948 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 73 lines
04-28 11:06:41.948 10138 10138 I Detox   : Network is busy
04-28 11:06:41.950  2194  9614 I NetRec  : [613] akim.b: Will retry failed rapid_refresh_scores_task task as standard refresh.
04-28 11:06:41.956  2194  9614 W NetRec  : [613] akim.a: Timeout after 2249 ms while waiting for score updates. Returning 2.
04-28 11:06:41.963  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new rapid_refresh_scores_task refresh.
04-28 11:06:41.963 10138 10138 I Detox   : Network is busy
04-28 11:06:41.964 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 13 lines
04-28 11:06:41.964 10138 10138 I Detox   : Network is busy
04-28 11:06:41.968  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Completed rapid_refresh_scores_task score refresh task in 2266 ms, returning 2
04-28 11:06:41.980 10138 10138 I Detox   : Network is busy
04-28 11:06:42.018 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 43 lines
04-28 11:06:42.019 10138 10138 I Detox   : Network is busy
04-28 11:06:42.029  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:42.029  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:42.035 10138 10138 I Detox   : Network is busy
04-28 11:06:43.027 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 823 lines
04-28 11:06:43.027 10138 10138 I Detox   : Network is busy
04-28 11:06:43.031  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:43.031  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:43.044 10138 10138 I Detox   : Network is busy
04-28 11:06:43.325 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 238 lines
04-28 11:06:43.325 10138 10138 I Detox   : Network is busy
04-28 11:06:43.325 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1600 iterations.
04-28 11:06:43.339 10138 10138 I Detox   : Network is busy
04-28 11:06:43.920 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 494 lines
04-28 11:06:43.922 10138 10138 I Detox   : Network is busy
04-28 11:06:43.922 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:43.935 10138 10138 I Detox   : Network is busy
04-28 11:06:44.026 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 94 lines
04-28 11:06:44.026 10138 10138 I Detox   : Network is busy
04-28 11:06:44.031  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:44.031  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:44.042 10138 10138 I Detox   : Network is busy
04-28 11:06:45.021 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 878 lines
04-28 11:06:45.021 10138 10138 I Detox   : Network is busy
04-28 11:06:45.022 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 1800 iterations.
04-28 11:06:45.033  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:45.033  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:45.035 10138 10138 I Detox   : Network is busy
04-28 11:06:46.034 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 894 lines
04-28 11:06:46.034 10138 10138 I Detox   : Network is busy
04-28 11:06:46.038  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:46.039  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:46.046 10138 10138 I Detox   : Network is busy
04-28 11:06:47.034 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 878 lines
04-28 11:06:47.034 10138 10138 I Detox   : Network is busy
04-28 11:06:47.039  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:47.039  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:47.050 10138 10138 I Detox   : Network is busy
04-28 11:06:47.685 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 574 lines
04-28 11:06:47.685 10138 10138 I Detox   : Network is busy
04-28 11:06:47.686 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2100 iterations.
04-28 11:06:47.697 10138 10138 I Detox   : Network is busy
04-28 11:06:48.025 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 302 lines
04-28 11:06:48.025 10138 10138 I Detox   : Network is busy
04-28 11:06:48.040  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:48.041  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:48.044 10138 10138 I Detox   : Network is busy
04-28 11:06:48.135 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 94 lines
04-28 11:06:48.135 10138 10138 I Detox   : Network is busy
04-28 11:06:48.136 10138 10138 W AppCenter: Try #1 failed and will be retried in 9761 ms (UnknownHostException)
04-28 11:06:48.145 10138 10138 I Detox   : Network is busy
04-28 11:06:48.546 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 366 lines
04-28 11:06:48.547 10138 10138 I Detox   : Network is busy
04-28 11:06:48.547 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2200 iterations.
04-28 11:06:48.559 10138 10138 I Detox   : Network is busy
04-28 11:06:48.725 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 158 lines
04-28 11:06:48.725 10138 10138 I Detox   : Network is busy
04-28 11:06:48.727  2053  2081 E memtrack: Couldn't load memtrack module
04-28 11:06:48.728  2516 10071 E ChromeSync: [Sync,SyncIntentOperation] Error handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
04-28 11:06:48.728  2053  2081 W android.os.Debug: failed to get memory consumption info: -1
04-28 11:06:48.732  2516 10299 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
04-28 11:06:48.732  2516 10299 I Auth    : [SupervisedAccountIntentOperation] This operation is disabled
04-28 11:06:48.733  2516 10298 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
04-28 11:06:48.736  2516 10297 I FontsPackageChangeOp: Package com.cinuru.app.debug.test has no metadata
04-28 11:06:48.737 10138 10138 I Detox   : Network is busy
04-28 11:06:48.773 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 46 lines
04-28 11:06:48.773 10138 10138 I Detox   : Network is busy
04-28 11:06:48.778  2516  4063 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
04-28 11:06:48.792 10138 10138 I Detox   : Network is busy
04-28 11:06:48.793 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 14 lines
04-28 11:06:48.793 10138 10138 I Detox   : Network is busy
04-28 11:06:48.800  2516  4000 W Icing   : No valid account for uploading user actions: addq: Not signed in
04-28 11:06:48.809 10138 10138 I Detox   : Network is busy
04-28 11:06:48.917 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 111 lines
04-28 11:06:48.923 10138 10138 I Detox   : Network is busy
04-28 11:06:48.923 10138 10138 W IdlingPolicy: These resources are not idle: [com.wix.detox.reactnative.idlingresources.NetworkIdlingResource]
04-28 11:06:48.930  2516  4000 I Icing   : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
04-28 11:06:48.935 10138 10138 I Detox   : Network is busy
04-28 11:06:49.007 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 83 lines
04-28 11:06:49.007 10138 10138 I Detox   : Network is busy
04-28 11:06:49.011  2516 10298 I ChromeSync: [Persistence,AffiliationManager] Fetching affiliations from the server.
04-28 11:06:49.020  2516 10298 E ChromeSync: [Sync,SyncIntentOperation] Error handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.cinuru.app.debug.test flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
04-28 11:06:49.024 10138 10138 I Detox   : Network is busy
04-28 11:06:49.025 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 15 lines
04-28 11:06:49.025 10138 10138 I Detox   : Network is busy
04-28 11:06:49.040  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:49.040  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:49.044 10138 10138 I Detox   : Network is busy
04-28 11:06:49.423 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 372 lines
04-28 11:06:49.424 10138 10138 I Detox   : Network is busy
04-28 11:06:49.424 10138 10138 W UiControllerImpl: Waiting for: DYNAMIC_TASKS_HAVE_IDLED for 2300 iterations.
04-28 11:06:49.438 10138 10138 I Detox   : Network is busy
04-28 11:06:49.802 10138 10138 I chatty  : uid=10145(com.cinuru.app.debug) identical 356 lines
04-28 11:06:49.820 10138 10138 I Detox   : Network is busy
04-28 11:06:49.829 10138 10231 I ReactNativeJS: [CodePush] Report status failed: {"appVersion":"5.2.0"}
04-28 11:06:49.843 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:49.933  2516  4000 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
04-28 11:06:49.938  2516  4000 I Icing   : Indexing done com.google.android.gms-apps
04-28 11:06:50.041  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:50.041  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:50.663 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/cineplex/logo_header.png with size [370x168]
04-28 11:06:50.663 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:06:50.663 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.663 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.663 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.663 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:06:50.663 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.663 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.663 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.663 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:06:50.663 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:06:50.674 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:06:50.709 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/cineplex/logo_header.png with size [370x168]
04-28 11:06:50.709 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:06:50.709 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.709 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.709 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.709 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:06:50.709 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.709 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.709 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.709 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:06:50.709 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:06:50.714 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:06:50.728 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:50.750 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/cineplex/logo_header.png with size [370x168]
04-28 11:06:50.750 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:06:50.750 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.750 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.750 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.750 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:06:50.750 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.750 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.750 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.750 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:06:50.750 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:06:50.756 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:06:50.781 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:50.802 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/cineplex/logo_header.png with size [370x168]
04-28 11:06:50.802 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:06:50.802 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.802 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.802 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.802 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:06:50.802 10138 10138 W Glide   : There was 1 cause:
04-28 11:06:50.802 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.802 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.802 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:06:50.802 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:06:50.809 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:06:51.042  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:51.042  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:52.042  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:52.042  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:52.802 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:53.044  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:53.044  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:54.044  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:54.044  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:54.355  2194  9614 E GCM     : Missing checkin config file
04-28 11:06:54.356  2194  9614 W GCM     : GCM FAILED TO INITIALIZE - missing checkin
04-28 11:06:54.359 10138 10168 E FirebaseInstanceId: Token retrieval failed: AUTHENTICATION_FAILED
04-28 11:06:55.047  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:55.047  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:55.817 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:56.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:56.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:57.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:57.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:58.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:58.049  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:58.829 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:06:59.052  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:06:59.053  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:06:59.682 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:00.008  2214  2214 D KeyguardClockSwitch: Updating clock: 1107
04-28 11:07:00.055  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:00.056  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:01.058  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:01.058  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:01.841 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:02.061  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:02.061  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:03.061  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:03.061  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:04.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:04.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:04.855 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:05.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:05.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:06.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:06.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:07.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:07.063  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:07.866 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:08.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:08.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:08.170 10138 10138 W AppCenter: Try #1 failed and will be retried in 6017 ms (UnknownHostException)
04-28 11:07:08.744  2194  2194 E ctxmgr  : [BaseServerTask] Server task (GetConfigTask) got error statusCode=-1. [CONTEXT service_id=47 ]
04-28 11:07:08.749  2194  9614 E ctxmgr  : [DailyCheckinOperation]Failed daily get config: network status=-1 [CONTEXT service_id=47 ]
04-28 11:07:09.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:09.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:09.686 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:09.703  1955  1955 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
04-28 11:07:09.746  2194  9614 I NetRec  : [613] akim.a: Refreshing scores for 1 networks.
04-28 11:07:09.853  2194 10279 I NetRec  : [655] akim.a: Refreshing scores for 1 networks.
04-28 11:07:10.033  1958  1958 E wifi_forwarder: RemoteConnection failed to initialize: RemoteConnection failed to open pipe
04-28 11:07:10.064  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:10.065  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:10.683 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/onboarding/cp_1.png with size [1188x1188]
04-28 11:07:10.683 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:07:10.683 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.683 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.683 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.683 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:07:10.683 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.683 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.683 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.683 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:07:10.683 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:07:10.687 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:07:10.713 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:10.734 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/onboarding/cp_1.png with size [1188x1188]
04-28 11:07:10.734 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:07:10.734 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.734 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.734 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.734 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:07:10.734 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.734 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.734 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.734 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:07:10.734 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:07:10.945 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:07:10.963 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:10.974 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/onboarding/cp_1.png with size [1188x1188]
04-28 11:07:10.974 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:07:10.974 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.974 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.974 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.974 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:07:10.974 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:10.974 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:10.974 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:10.974 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:07:10.974 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:07:10.981 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:07:10.998 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:11.016 10138 10138 W Glide   : Load failed for https://static.cinuru.com/public/onboarding/cp_1.png with size [1188x1188]
04-28 11:07:11.016 10138 10138 W Glide   : class com.bumptech.glide.load.engine.GlideException: Failed to load resource
04-28 11:07:11.016 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:11.016 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:11.016 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:11.016 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
04-28 11:07:11.016 10138 10138 W Glide   : There was 1 cause:
04-28 11:07:11.016 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:07:11.016 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:07:11.016 10138 10138 W Glide   :     Cause (1 of 1): class java.net.UnknownHostException: Unable to resolve host "static.cinuru.com": No address associated with hostname
04-28 11:07:11.016 10138 10138 I Glide   : Root cause (1 of 1)
04-28 11:07:11.026 10138 10231 W ReactNativeJS: fetching image failed, retrying
04-28 11:07:11.064 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:11.066  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:11.066  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:11.991  2194  9614 W NetRec  : [613] akim.a: Timeout after 2242 ms while waiting for score updates. Returning 1.
04-28 11:07:11.995  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new refresh_scores_task refresh.
04-28 11:07:11.999  2194  9614 I NetRec  : [613] NetRecChimeraGcmTaskService.a: Completed refresh_scores_task score refresh task in 2257 ms, returning 1
04-28 11:07:12.068  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:12.068  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:12.097  2194 10279 I NetRec  : [655] akim.b: Will retry failed rapid_refresh_scores_task task as standard refresh.
04-28 11:07:12.105  2194 10279 W NetRec  : [655] akim.a: Timeout after 2249 ms while waiting for score updates. Returning 2.
04-28 11:07:12.108  2194 10279 I NetRec  : [655] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new rapid_refresh_scores_task refresh.
04-28 11:07:12.114  2194 10279 I NetRec  : [655] NetRecChimeraGcmTaskService.a: Completed rapid_refresh_scores_task score refresh task in 2263 ms, returning 2
04-28 11:07:13.071  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:13.071  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:13.893 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:14.075  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:14.075  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:15.080  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:15.080  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:16.082  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:16.082  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:16.898 10138 10138 I Detox   : UIManagerModule is busy.
04-28 11:07:17.083  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:17.083  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:18.083  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:18.083  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:19.085  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
04-28 11:07:19.085  1801  2408 E GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8
04-28 11:07:19.694 10138 10138 I Detox   : UIManagerModule is busy.

Environment (please complete the following information):

  • Detox: 16.3.0
  • React Native: 0.61.5
  • Node: 10.18.1
  • Device: Pixel 2 XL (Android 10.0 x86)
  • OS: macOS Catalina 10.15.4
  • Test-runner (select one): Jest+jest-circus
triagbug android 🏚 stale

Most helpful comment

I also just encountered this issue out of the blue and it was fixed by upgrading to Detox 16.7.1 and making the changes to the DetoxTest Class. @ndbeyer maybe you can give it a try whether this solves the problem for you too.

All 9 comments

The weirdest thing about this is that the tests do work die some in our team but not for @ndbeyer, but we cannot PinPoint what is different about the setup, already reinstalled stimulator’s and Android Studio...

@d4vidi it seems you where investigating this. Please let us know, if we can provide any extra information or try sorting to help resolve this. We are clueless as to what could be going on.

I have exactly the same issue:

detox[6769] DEBUG: [DetoxServer.js/CANNOT_FORWARD] role=testee not connected, cannot fw action (sessionId=64122af2-eccc-57f4-a437-2f332c6ebf63)
  1) "before all" hook in "{root}"
detox[6769] ERROR: [DetoxExportWrapper.js/DETOX_INIT_ERROR] 
 DetoxRuntimeError: Aborted detox.init() execution, and now running detox.cleanup()

detox[6769] WARN:  [Client.js/PENDING_REQUESTS] App has not responded to the network requests below:
  (id = -1000) isReady: {}

Unresponded network requests might result in timeout errors in Detox tests.

Detox: 16.5.0
React Native: 0.62.2
Node: 12.13.0
Device: Nexus 5X (Android 9.0 x86)
OS: macOS Catalina 10.15.4
Test-runner (select one): Mocha

Any updates on this?

@ndbeyer I've made some important changes to the troubleshooting guide you've mentioned, could you revisit?

Judging by your logs, it appears something is keeping your network from ever going idle (errors related to Glide, in particular). Detox cannot start running the actual test unless the app goes idle -- same as Espresso.
Some refs:

04-28 11:05:31.830 10138 10138 I Detox   : Network is busy
...
04-28 11:06:49.820 10138 10138 I Detox   : Network is busy
...
04-28 11:06:50.802 10138 10138 W Glide   : java.net.UnknownHostException(Unable to resolve host "static.cinuru.com": No address associated with hostname)
04-28 11:06:50.802 10138 10138 W Glide   :  call GlideException#logRootCauses(String) for more detail
04-28 11:06:50.802 10138 10138 W Glide   :   Cause (1 of 1): class com.bumptech.glide.load.engine.Glide

I also just encountered this issue out of the blue and it was fixed by upgrading to Detox 16.7.1 and making the changes to the DetoxTest Class. @ndbeyer maybe you can give it a try whether this solves the problem for you too.

I will revisit this soon

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.

The issue has been closed for inactivity.

I still encoutered this issue on:
"react-native": "0.60.5",
"detox": "^17.0.1",
"detox-expo-helpers": "^0.6.0",
"jest": "^26.2.2",
"jest-circus": "^26.0.1",
"jetifier": "^1.6.4",

Had this issue for a while and even after updating to the lates Detox (v17.4.2). Tried all recommended solutions I could find but none worked. In the end I compared the detox example app with mine and it turned out I was missing the androidx dependency in the build.gradle file

implementation 'androidx.appcompat:appcompat:1.1.0'

Once I added it and rebuilt the app, it all started to work.

Was this page helpful?
0 / 5 - 0 ratings