Detox in android keeps timing out and the logtracing doesnt provide enough details for some reason for the crash
Builds correctly and launches and gets hung up in the initial screen
It works as expected in ios though without any issue
Steps To Reproduce
[x] I have tested this issue on the latest Detox release and it still reproduces
"test:e2e": "detox test --configuration android --loglevel trace --record-logs all"
Detox Trace-Logs
detox[67393] TRACE: [DETOX_CREATE] created a Detox instance with config:
{"artifactsConfig":{"rootDir":"artifacts/android.2021-07-08 23-40-38Z","plugins":{"log":{"enabled":true,"keepOnlyFailedTestsArtifacts":false},"screenshot":{"enabled":true,"shouldTakeAutomaticSnapshots":false,"keepOnlyFailedTestsArtifacts":false},"video":{"enabled":false,"keepOnlyFailedTestsArtifacts":false},"instruments":{"enabled":false,"keepOnlyFailedTestsArtifacts":false},"timeline":{"enabled":false},"uiHierarchy":{"enabled":false,"keepOnlyFailedTestsArtifacts":false}},"pathBuilder":{"_rootDir":"artifacts/android.2021-07-08 23-40-38Z"}},"appsConfig":{"default":{"type":"android.apk","binaryPath":"app/build/outputs/apk/sales/release/app-sales-release.apk","build":"./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release"}},"behaviorConfig":{"init":{"reinstallApp":true,"exposeGlobals":true},"cleanup":{"shutdownDevice":false},"launchApp":"auto"},"cliConfig":{"recordLogs":"all","configuration":"android","forceAdbInstall":"false","loglevel":"trace","useCustomLogger":"true"},"deviceConfig":{"type":"android.emulator","device":{"avdName":"Pixel_3_XL_API_30"}},"runnerConfig":{"testRunner":"jest","runnerConfig":"e2e/config.json","specs":"e2e"},"sessionConfig":{"autoStart":true,"server":"ws://localhost:58138","sessionId":"0f227dca-e92c-da61-bb67-9460601bb92b","debugSynchronization":10000},"errorComposer":{"configurationName":"android","filepath":"/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/.detoxrc.json","contents":{"testRunner":"jest","runnerConfig":"e2e/config.json","apps":{"android":{"type":"android.apk","binaryPath":"app/build/outputs/apk/sales/release/app-sales-release.apk","build":"./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release"}},"devices":{"emulator":{"type":"android.emulator","device":{"avdName":"Pixel_3_XL_API_30"}}},"configurations":{"android":{"device":"emulator","app":"android"}}},"_extends":false}}
detox[67393] DEBUG: [WSS_CREATE] Detox server listening on localhost:58138...
detox[67393] DEBUG: [WSS_CONNECTION, #58139] registered a new connection.
detox[67393] TRACE: [WS_OPEN] opened web socket to: ws://localhost:58138
detox[67393] TRACE: [WS_SEND] {"type":"login","params":{"sessionId":"0f227dca-e92c-da61-bb67-9460601bb92b","role":"tester"},"messageId":0}
detox[67393] TRACE: [WSS_GET_FROM, #58139] {"type":"login","params":{"sessionId":"0f227dca-e92c-da61-bb67-9460601bb92b","role":"tester"},"messageId":0}
detox[67393] TRACE: [SESSION_CREATED] created session 0f227dca-e92c-da61-bb67-9460601bb92b
detox[67393] TRACE: [WSS_SEND_TO, #tester] {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
detox[67393] TRACE: [SESSION_JOINED] tester joined session 0f227dca-e92c-da61-bb67-9460601bb92b
detox[67393] TRACE: [WS_MESSAGE] {"type":"loginSuccess","params":{"testerConnected":true,"appConnected":false},"messageId":0}
detox[67393] DEBUG: [EXEC_CMD, #0] "/Users/vjoby/Library/Android/sdk/emulator/emulator" -list-avds --verbose
detox[67393] TRACE: [EXEC_SUCCESS, #0] Nexus_S_API_30
Pixel_3_XL_API_30
Pixel_3a_API_30_x86
detox[67393] DEBUG: [EXEC_CMD, #1] "/Users/vjoby/Library/Android/sdk/emulator/emulator" -version
detox[67393] TRACE: [EXEC_SUCCESS, #1] Android emulator version 30.6.5.0 (build_id 7324830) (CL:N/A)
Copyright (C) 2006-2017 The Android Open Source Project and many others.
This program is a derivative of the QEMU CPU emulator (www.qemu.org).
This software is licensed under the terms of the GNU General Public
License version 2, as published by the Free Software Foundation, and
may be copied, distributed, and modified under those terms.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
detox[67393] DEBUG: [EMU_BIN_VERSION_DETECT] Detected emulator binary version { major: 30, minor: 6, patch: 5, toString: [Function: toString] }
detox[67393] DEBUG: [ALLOCATE_DEVICE] Trying to allocate a device based on "Pixel_3_XL_API_30"
detox[67393] DEBUG: [EXEC_CMD, #2] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" devices
detox[67393] DEBUG: [EXEC_SUCCESS, #2] List of devices attached
emulator-15346 device
detox[67393] TRACE: [TELNET_CONNECTING] port: 15346, host: localhost
detox[67393] DEBUG: [DEVICE_LOOKUP] Found a matching & free device emulator-15346
detox[67393] DEBUG: [ALLOCATE_DEVICE] Settled on emulator-15346
detox[67393] DEBUG: [EXEC_CMD, #3] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "getprop dev.bootcomplete"
detox[67393] TRACE: [EXEC_SUCCESS, #3] 1
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBootDevice({
coldBoot: false,
deviceId: 'emulator-15346',
type: 'Pixel_3_XL_API_30'
})
detox[67393] DEBUG: [EXEC_CMD, #4] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "getprop ro.build.version.sdk"
detox[67393] TRACE: [EXEC_SUCCESS, #4] 30
detox[67393] DEBUG: [EXEC_CMD, #5] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "settings put global animator_duration_scale 0"
detox[67393] TRACE: [EXEC_SUCCESS, #5]
detox[67393] DEBUG: [EXEC_CMD, #6] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "settings put global window_animation_scale 0"
detox[67393] TRACE: [EXEC_SUCCESS, #6]
detox[67393] DEBUG: [EXEC_CMD, #7] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "settings put global transition_animation_scale 0"
detox[67393] TRACE: [EXEC_SUCCESS, #7]
detox[67393] DEBUG: [EXEC_CMD, #8] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "dumpsys power | grep \"^[ ]*m[UW].*=\""
detox[67393] TRACE: [EXEC_SUCCESS, #8] mWakefulness=Awake
mWakefulnessChanging=false
mWakeLockSummary=0x1
mUserActivitySummary=0x1
mWakeUpWhenPluggedOrUnpluggedConfig=false
mWakeUpWhenPluggedOrUnpluggedInTheaterModeConfig=false
mUserActivityTimeoutOverrideFromWindowManager=-1
mUserInactiveOverrideFromWindowManager=false
mUserId=0
detox[67393] DEBUG: [EXEC_CMD, #9] "/Users/vjoby/Library/Android/sdk/build-tools/30.0.3/aapt" dump badging "/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/sales/release/app-sales-release.apk" | grep -e "package: name="
detox[67393] TRACE: [EXEC_SUCCESS, #9] package: name='com.waveapps.sales' versionCode='1625096080' versionName='-e1f6c5a-MOBI-4399' compileSdkVersion='29' compileSdkVersionCodename='10'
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] DEBUG: [EXEC_CMD, #10] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "am force-stop com.waveapps.sales"
detox[67393] TRACE: [EXEC_SUCCESS, #10]
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeUninstallApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] DEBUG: [EXEC_CMD, #11] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm list packages com.waveapps.sales"
detox[67393] TRACE: [EXEC_SUCCESS, #11] package:com.waveapps.sales
package:com.waveapps.sales.test
detox[67393] DEBUG: [EXEC_CMD, #12] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 uninstall com.waveapps.sales
detox[67393] TRACE: [EXEC_SUCCESS, #12] Success
detox[67393] DEBUG: [EXEC_CMD, #13] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm list packages com.waveapps.sales.test"
detox[67393] TRACE: [EXEC_SUCCESS, #13] package:com.waveapps.sales.test
detox[67393] DEBUG: [EXEC_CMD, #14] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 uninstall com.waveapps.sales.test
detox[67393] TRACE: [EXEC_SUCCESS, #14] Success
detox[67393] DEBUG: [EXEC_CMD, #15] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "rm -fr /data/local/tmp/detox"
detox[67393] TRACE: [EXEC_SUCCESS, #15]
detox[67393] DEBUG: [EXEC_CMD, #16] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "mkdir -p /data/local/tmp/detox"
detox[67393] TRACE: [EXEC_SUCCESS, #16]
detox[67393] DEBUG: [EXEC_CMD, #17] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 push "/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/sales/release/app-sales-release.apk" "/data/local/tmp/detox/Application.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #17] /Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/sales/release/app-sales-release.apk: 1 file pushed, 0 skipped. 81.7 MB/s (88659763 bytes in 1.035s)
detox[67393] DEBUG: [EXEC_CMD, #18] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm install -r -g -t /data/local/tmp/detox/Application.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #18] Success
detox[67393] DEBUG: [EXEC_CMD, #19] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 push "/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/androidTest/sales/release/app-sales-release-androidTest.apk" "/data/local/tmp/detox/Test.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #19] /Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/androidTest/sales/release/app-sales-release-androidTest.apk: 1 file pushed, 0 skipped. 223.0 MB/s (1851681 bytes in 0.008s)
detox[67393] DEBUG: [EXEC_CMD, #20] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm install -r -g -t /data/local/tmp/detox/Test.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #20] Success
ROOT_DESCRIBE_BLOCK[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onRunDescribeStart({ name: 'ROOT_DESCRIBE_BLOCK' })
Login Mobile[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onRunDescribeStart({ name: 'Login Mobile' })
detox[67393] INFO: [97mLogin Mobile[39m is assigned to [94memulator-15346 (Pixel_3_XL_API_30)[39m
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeTerminateApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] DEBUG: [EXEC_CMD, #21] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "am force-stop com.waveapps.sales"
detox[67393] TRACE: [EXEC_SUCCESS, #21]
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onTerminateApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeUninstallApp({ deviceId: 'emulator-15346', bundleId: 'com.waveapps.sales' })
detox[67393] DEBUG: [EXEC_CMD, #22] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm list packages com.waveapps.sales"
detox[67393] TRACE: [EXEC_SUCCESS, #22] package:com.waveapps.sales
package:com.waveapps.sales.test
detox[67393] DEBUG: [EXEC_CMD, #23] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 uninstall com.waveapps.sales
detox[67393] TRACE: [EXEC_SUCCESS, #23] Success
detox[67393] DEBUG: [EXEC_CMD, #24] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm list packages com.waveapps.sales.test"
detox[67393] TRACE: [EXEC_SUCCESS, #24] package:com.waveapps.sales.test
detox[67393] DEBUG: [EXEC_CMD, #25] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 uninstall com.waveapps.sales.test
detox[67393] TRACE: [EXEC_SUCCESS, #25] Success
detox[67393] DEBUG: [EXEC_CMD, #26] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "rm -fr /data/local/tmp/detox"
detox[67393] TRACE: [EXEC_SUCCESS, #26]
detox[67393] DEBUG: [EXEC_CMD, #27] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "mkdir -p /data/local/tmp/detox"
detox[67393] TRACE: [EXEC_SUCCESS, #27]
detox[67393] DEBUG: [EXEC_CMD, #28] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 push "/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/sales/release/app-sales-release.apk" "/data/local/tmp/detox/Application.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #28] /Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/sales/release/app-sales-release.apk: 1 file pushed, 0 skipped. 198.4 MB/s (88659763 bytes in 0.426s)
detox[67393] DEBUG: [EXEC_CMD, #29] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm install -r -g -t /data/local/tmp/detox/Application.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #29] Success
detox[67393] DEBUG: [EXEC_CMD, #30] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 push "/Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/androidTest/sales/release/app-sales-release-androidTest.apk" "/data/local/tmp/detox/Test.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #30] /Users/vjoby/Documents/wave-mobile-codebase/mobile-android/app/build/outputs/apk/androidTest/sales/release/app-sales-release-androidTest.apk: 1 file pushed, 0 skipped. 308.4 MB/s (1851681 bytes in 0.006s)
detox[67393] DEBUG: [EXEC_CMD, #31] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm install -r -g -t /data/local/tmp/detox/Test.apk"
detox[67393] TRACE: [EXEC_SUCCESS, #31] Success
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeLaunchApp({
deviceId: 'emulator-15346',
bundleId: 'com.waveapps.sales',
launchArgs: {
detoxServer: 'ws://localhost:58138',
detoxSessionId: '0f227dca-e92c-da61-bb67-9460601bb92b'
}
})
detox[67393] DEBUG: [EXEC_CMD, #32] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "date +\"%m-%d %T.000\""
detox[67393] TRACE: [EXEC_SUCCESS, #32] 07-08 19:41:01.000
detox[67393] DEBUG: [EXEC_CMD, #33] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 reverse tcp:58138 tcp:58138
detox[67393] TRACE: [EXEC_SUCCESS, #33] 58138
detox[67393] DEBUG: [EXEC_CMD, #34] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "pm list instrumentation"
detox[67393] TRACE: [EXEC_SUCCESS, #34] instrumentation:com.waveapps.sales.test/androidx.test.runner.AndroidJUnitRunner (target=com.waveapps.sales)
detox[67393] DEBUG: [SPAWN_CMD, #67581] /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell am instrument -w -r -e detoxServer ws://localhost:58138 -e detoxSessionId 0f227dca-e92c-da61-bb67-9460601bb92b -e debug false com.waveapps.sales.test/androidx.test.runner.AndroidJUnitRunner
detox[67393] DEBUG: [EXEC_CMD, #35] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "ps | grep \"com\.waveapps\.sales$\""
detox[67393] TRACE: [EXEC_SUCCESS, #35] u0_a187 29129 304 1979680 113364 0 0 R com.waveapps.sales
detox[29129] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onLaunchApp({
deviceId: 'emulator-15346',
bundleId: 'com.waveapps.sales',
launchArgs: {
detoxServer: 'ws://localhost:58138',
detoxSessionId: '0f227dca-e92c-da61-bb67-9460601bb92b'
},
pid: 29129
})
detox[67393] TRACE: [ARTIFACT_START] starting ADBLogcatRecording
detox[67393] DEBUG: [SPAWN_CMD, #67583] /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell "logcat -T \"07-08 19:41:01.000\" --pid=29129 -f /sdcard/194042391_0.log"
detox[67393] DEBUG: [EXEC_CMD, #36] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell du /sdcard/194042391_0.log
detox[67393] TRACE: [EXEC_SUCCESS, #36] 4 /sdcard/194042391_0.log
detox[67393] TRACE: [SPAWN_STDOUT, #67581] INSTRUMENTATION_STATUS: class=com.waveapps.sales.DetoxTest
INSTRUMENTATION_STATUS: current=1
INSTRUMENTATION_STATUS: id=AndroidJUnitRunner
detox[67393] TRACE: [SPAWN_STDOUT, #67581]
INSTRUMENTATION_STATUS: numtests=3
INSTRUMENTATION_STATUS: stream=
com.waveapps.sales.DetoxTest:
INSTRUMENTATION_STATUS: test=runDetoxTests
INSTRUMENTATION_STATUS_CODE: 1
detox[67393] DEBUG: [WSS_CONNECTION, #58271] registered a new connection.
detox[67393] TRACE: [WSS_GET_FROM, #58271] {"messageId":0,"type":"login","params":{"role":"app","sessionId":"0f227dca-e92c-da61-bb67-9460601bb92b"}}
detox[67393] TRACE: [WSS_SEND_TO, #app] {"messageId":0,"type":"loginSuccess","params":{"testerConnected":true,"appConnected":true}}
detox[67393] TRACE: [SESSION_JOINED] app joined session 0f227dca-e92c-da61-bb67-9460601bb92b
detox[67393] TRACE: [WSS_SEND_TO, #tester] {"type":"appConnected"}
detox[67393] TRACE: [WS_MESSAGE] {"type":"appConnected"}
detox[67393] TRACE: [WS_SEND] {"type":"isReady","params":{},"messageId":-1000}
detox[67393] TRACE: [WSS_GET_FROM, #tester] {"type":"isReady","params":{},"messageId":-1000}
detox[67393] TRACE: [WSS_SEND_TO, #app] {"type":"isReady","params":{},"messageId":-1000}
detox[67393] TRACE: [WS_SEND] {"type":"currentStatus","params":{},"messageId":1}
detox[67393] TRACE: [WSS_GET_FROM, #tester] {"type":"currentStatus","params":{},"messageId":1}
detox[67393] TRACE: [WSS_SEND_TO, #app] {"type":"currentStatus","params":{},"messageId":1}
detox[67393] DEBUG: [APP_STATUS] Failed to execute the current status query.
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onHookFailure({
error: 'Exceeded timeout of 120000 ms for a hook.\n' +
'Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test.',
hook: 'beforeAll'
})
detox[67393] INFO: [1m[37mLogin Mobile: [39m[22m[90mshould login successfully[39m
detox[67393] INFO: [1m[37mLogin Mobile: [39m[22m[90mshould login successfully[39m[90m [[31mFAIL[90m][39m
Login Mobile[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onRunDescribeFinish({ name: 'Login Mobile' })
ROOT_DESCRIBE_BLOCK[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onRunDescribeFinish({ name: 'ROOT_DESCRIBE_BLOCK' })
detox[67393] TRACE: [ARTIFACTS_LIFECYCLE] artifactsManager.onBeforeCleanup()
detox[67393] TRACE: [ARTIFACT_SAVE] saving ADBLogcatRecording to: artifacts/android.2021-07-08 23-40-38Z/emulator-15346 2021-07-08 23-42-54Z.startup.log
detox[67393] TRACE: [ARTIFACT_STOP] stopping ADBLogcatRecording
detox[67393] DEBUG: [EXEC_CMD, #37] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "date +\"%m-%d %T.000\""
detox[67393] TRACE: [EXEC_SUCCESS, #37] 07-08 19:42:53.000
detox[67393] TRACE: [SPAWN_KILL, #67583] sending SIGINT to: /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell logcat -T "07-08 19:41:01.000" --pid=29129 -f /sdcard/194042391_0.log
detox[67393] DEBUG: [SPAWN_END, #67583] /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell "logcat -T \"07-08 19:41:01.000\" --pid=29129 -f /sdcard/194042391_0.log" terminated with SIGINT
detox[67393] DEBUG: [EXEC_CMD, #38] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 pull "/sdcard/194042391_0.log" "artifacts/android.2021-07-08 23-40-38Z/emulator-15346 2021-07-08 23-42-54Z.startup.log"
detox[67393] TRACE: [EXEC_SUCCESS, #38] /sdcard/194042391_0.log: 1 file pulled, 0 skipped. 11.7 MB/s (54636 bytes in 0.004s)
detox[67393] DEBUG: [EXEC_CMD, #39] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 shell "rm \"/sdcard/194042391_0.log\""
detox[67393] TRACE: [EXEC_SUCCESS, #39]
detox[67393] TRACE: [ARTIFACT_START] starting FileArtifact
detox[67393] TRACE: [ARTIFACT_STOP] stopping FileArtifact
detox[67393] TRACE: [ARTIFACT_SAVE] saving FileArtifact to: artifacts/android.2021-07-08 23-40-38Z/detox_pid_67393.json.log { append: true }
detox[67393] TRACE: [ARTIFACT_START] starting FileArtifact
detox[67393] TRACE: [ARTIFACT_STOP] stopping FileArtifact
detox[67393] TRACE: [ARTIFACT_SAVE] saving FileArtifact to: artifacts/android.2021-07-08 23-40-38Z/detox_pid_67393.log { append: true }
detox[67393] DEBUG: [MOVE_FILE] moving "/private/var/folders/v3/b1zw8skx7tz86_qj71rczsr80000gp/T/61b0d36f-b2ff-438e-b23c-55f20af11497.detox.log" to artifacts/android.2021-07-08 23-40-38Z/detox_pid_67393.json.log
detox[67393] DEBUG: [MOVE_FILE] moving "/private/var/folders/v3/b1zw8skx7tz86_qj71rczsr80000gp/T/427b536b-d731-4441-aeee-37887908996b.detox.log" to artifacts/android.2021-07-08 23-40-38Z/detox_pid_67393.log
detox[67393] WARN: [PENDING_REQUESTS] The app has not responded to the network requests below:
(id = 1) currentStatus: {}
(id = -1000) isReady: {}
Unresponded network requests might result in timeout errors in Detox tests.
detox[67393] TRACE: [WS_SEND] {"type":"cleanup","params":{"stopRunner":true},"messageId":-49642}
detox[67393] TRACE: [WSS_GET_FROM, #tester] {"type":"cleanup","params":{"stopRunner":true},"messageId":-49642}
detox[67393] TRACE: [WSS_SEND_TO, #app] {"type":"cleanup","params":{"stopRunner":true},"messageId":-49642}
detox[67393] ERROR: [Client.js/ERROR] The pending request #-49642 ("cleanup") has been rejected due to the following error:
The tester has not received a response within 5000ms timeout to the message:
Cleanup {
type: 'cleanup',
params: [Object],
messageId: -49642
}
detox[67393] TRACE: [SESSION_TORN] tester exited session 0f227dca-e92c-da61-bb67-9460601bb92b
detox[67393] TRACE: [WSS_SEND_TO, #app] {"type":"testerDisconnected","messageId":-1}
detox[67393] TRACE: [SPAWN_KILL, #67581] sending SIGINT to: /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell am instrument -w -r -e detoxServer ws://localhost:58138 -e detoxSessionId 0f227dca-e92c-da61-bb67-9460601bb92b -e debug false com.waveapps.sales.test/androidx.test.runner.AndroidJUnitRunner
detox[67393] DEBUG: [SPAWN_END, #67581] /Users/vjoby/Library/Android/sdk/platform-tools/adb -s emulator-15346 shell am instrument -w -r -e detoxServer ws://localhost:58138 -e detoxSessionId 0f227dca-e92c-da61-bb67-9460601bb92b -e debug false com.waveapps.sales.test/androidx.test.runner.AndroidJUnitRunner terminated with SIGINT
detox[67393] DEBUG: [EXEC_CMD, #40] "/Users/vjoby/Library/Android/sdk/platform-tools/adb" -s emulator-15346 reverse --remove tcp:58138
detox[67393] DEBUG: [WSS_CLOSE] Detox server has been closed gracefully
detox[67393] TRACE: [SESSION_TORN] app exited session 0f227dca-e92c-da61-bb67-9460601bb92b
detox[67393] TRACE: [EXEC_SUCCESS, #40]
Device logs (adb logcat)
--------- beginning of main
07-09 11:15:26.638 13232 13232 W .waveapps.sale: Unexpected CPU variant for X86 using defaults: x86
--------- beginning of system
07-09 11:15:26.671 13232 13232 W ActivityThread: Package uses different ABI(s) than its instrumentation: package[com.waveapps.sales]: x86, null instrumentation[com.waveapps.sales.test]: null, null
07-09 11:15:26.672 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:26.672 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:26.672 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:26.675 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:26.675 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:26.675 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:26.676 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:26.678 13232 13232 I chatty : uid=10223(com.waveapps.sales) identical 2 lines
07-09 11:15:26.678 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:26.705 13232 13232 W .waveapps.sale: ClassLoaderContext classpath size mismatch. expected=0, found=4 (PCL[]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}#PCL[/system/framework/org.apache.http.legacy.jar*1452144318]#PCL[/system/framework/android.test.runner.jar*2931394026]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}}} | PCL[/system/framework/android.test.runner.jar*2931394026:/system/framework/android.test.mock.jar*239297726:/system/framework/android.test.base.jar*315452938:/data/app/~~LH7FaJ6LHrmK2hogNX6kog==/com.waveapps.sales.test-p9rraEdh7vWD6OKzdJkAGA==/base.apk*3968770622]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}#PCL[/system/framework/org.apache.http.legacy.jar*1452144318]#PCL[/system/framework/android.test.runner.jar*2931394026]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}}})
07-09 11:15:26.708 13232 13232 W .waveapps.sale: Found duplicate classes, falling back to extracting from APK : /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk
07-09 11:15:26.708 13232 13232 W .waveapps.sale: NOTE: This wastes RAM and hurts startup performance.
07-09 11:15:26.708 13232 13232 W .waveapps.sale: Found duplicated class when checking oat files: 'Lorg/apache/commons/codec/BinaryDecoder;' in /system/framework/org.apache.http.legacy.jar and /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk!classes3.dex
07-09 11:15:27.035 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:27.036 13232 13232 I chatty : uid=10223(com.waveapps.sales) identical 2 lines
07-09 11:15:27.036 13232 13232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
07-09 11:15:27.037 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:27.039 13232 13232 I chatty : uid=10223(com.waveapps.sales) identical 1 line
07-09 11:15:27.040 13232 13232 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:27.068 13232 13232 W .waveapps.sale: ClassLoaderContext classpath size mismatch. expected=0, found=4 (PCL[]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}#PCL[/system/framework/org.apache.http.legacy.jar*1452144318]#PCL[/system/framework/android.test.runner.jar*2931394026]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}}} | PCL[/system/framework/android.test.runner.jar*2931394026:/system/framework/android.test.mock.jar*239297726:/system/framework/android.test.base.jar*315452938:/data/app/~~LH7FaJ6LHrmK2hogNX6kog==/com.waveapps.sales.test-p9rraEdh7vWD6OKzdJkAGA==/base.apk*3968770622]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}#PCL[/system/framework/android.test.runner.jar*2931394026]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}}};PCL[/system/framework/android.test.runner.jar*2931394026:/system/framework/android.test.mock.jar*239297726:/system/framework/android.test.base.jar*315452938:/data/app/~~LH7FaJ6LHrmK2hogNX6kog==/com.waveapps.sales.test-p9rraEdh7vWD6OKzdJkAGA==/base.apk*3968770622:/data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk*1414530783:/data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk!classes2.dex*1262666925:/data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk!classes3.dex*895695183:/data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk!classes4.dex*1424418192]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}#PCL[/system/framework/org.apache.http.legacy.jar*1452144318]#PCL[/system/framework/android.test.runner.jar*2931394026]{PCL[/system/framework/android.test.base.jar*315452938]#PCL[/system/framework/android.test.mock.jar*239297726]{PCL[/system/framework/android.test.base.jar*315452938]}}})
07-09 11:15:27.069 13232 13232 W .waveapps.sale: Found duplicate classes, falling back to extracting from APK : /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk
07-09 11:15:27.069 13232 13232 W .waveapps.sale: NOTE: This wastes RAM and hurts startup performance.
07-09 11:15:27.069 13232 13232 W .waveapps.sale: Found duplicated class when checking oat files: 'Lafu/org/checkerframework/checker/compilermsgs/qual/CompilerMessageKey;' in /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk and /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/base.apk
07-09 11:15:27.451 13232 13232 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
07-09 11:15:27.452 13232 13232 D NetworkSecurityConfig: Using Network Security Config from resource network_security_config debugBuild: false
07-09 11:15:27.635 13232 13232 W ComponentDiscovery: Class com.google.firebase.dynamicloading.DynamicLoadingRegistrar is not an found.
07-09 11:15:27.640 13232 13232 W ComponentDiscovery: Class com.google.firebase.remoteconfig.ktx.FirebaseConfigKtxRegistrar is not an found.
07-09 11:15:27.652 13232 13232 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
07-09 11:15:27.727 13232 13273 I TetheringManager: registerTetheringEventCallback:com.waveapps.sales
07-09 11:15:27.753 13232 13274 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:17 and remote module com.google.android.gms.measurement.dynamite:0
07-09 11:15:27.753 13232 13274 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
07-09 11:15:27.765 13232 13274 W .waveapps.sale: Unsupported class loader
07-09 11:15:27.769 13232 13274 W .waveapps.sale: Unsupported class loader
07-09 11:15:27.800 13232 13232 I FirebaseCrashlytics: Initializing Crashlytics 17.2.1
07-09 11:15:27.837 13232 13232 I FirebaseInitProvider: FirebaseApp initialization successful
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: Persisted config file was not found.
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: java.io.FileNotFoundException: /data/user/0/com.waveapps.sales/files/persisted_config: open failed: ENOENT (No such file or directory)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.IoBridge.open(IoBridge.java:492)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at java.io.FileInputStream.<init>(FileInputStream.java:160)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at android.app.ContextImpl.openFileInput(ContextImpl.java:636)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at android.content.ContextWrapper.openFileInput(ContextWrapper.java:216)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at com.google.firebase.remoteconfig.internal.LegacyConfigsHandler.readPersistedConfig(com.google.firebase:firebase-config@@19.1.4:339)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at com.google.firebase.remoteconfig.internal.LegacyConfigsHandler.getConvertedLegacyConfigs(com.google.firebase:firebase-config@@19.1.4:196)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at com.google.firebase.remoteconfig.internal.LegacyConfigsHandler.saveLegacyConfigsIfNecessary(com.google.firebase:firebase-config@@19.1.4:151)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at com.google.firebase.remoteconfig.RemoteConfigComponent$$Lambda$4.call(Unknown Source:2)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at com.google.android.gms.tasks.zzv.run(Unknown Source:2)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at java.lang.Thread.run(Thread.java:923)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.Linux.open(Native Method)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:254)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.ForwardingOs.open(ForwardingOs.java:166)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7542)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: at libcore.io.IoBridge.open(IoBridge.java:478)
07-09 11:15:27.840 13232 13291 D FirebaseRemoteConfig: ... 11 more
07-09 11:15:27.890 13232 13232 D Sentry : io.sentry.auto-init read: false
07-09 11:15:27.890 13232 13232 I Sentry : Retrieving auto-init from AndroidManifest.xml
07-09 11:15:27.897 13232 13232 I MonitoringInstr: Instrumentation started!
07-09 11:15:27.936 13232 13285 V FA : App measurement collection enabled
07-09 11:15:27.937 13232 13285 V FA : App measurement enabled for app package, google app id: com.waveapps.sales, 1:324577354008:android:ec0b01cd605a272a
07-09 11:15:27.940 13232 13285 I FA : App measurement initialized, version: 31049
07-09 11:15:27.940 13232 13285 I FA : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
07-09 11:15:27.940 13232 13285 I FA : To enable faster debug mode event logging run:
07-09 11:15:27.940 13232 13285 I FA : adb shell setprop debug.firebase.analytics.app com.waveapps.sales
07-09 11:15:27.940 13232 13285 D FA : Debug-level message logging enabled
07-09 11:15:27.941 13232 13285 V FA : Persisting first open: 1625843727730
07-09 11:15:27.962 13232 13285 V FA : App measurement setting deferred collection: false
07-09 11:15:27.975 13232 13232 E .waveapps.sale: Invalid ID 0x00000000.
07-09 11:15:28.020 13232 13285 V FA : Checking service availability
07-09 11:15:28.022 13232 13285 V FA : Service available
07-09 11:15:28.027 13232 13285 V FA : Connecting to remote service
07-09 11:15:28.043 13232 13285 V FA : Connection attempt already in progress
07-09 11:15:28.048 13232 13232 I MonitoringInstr: No JSBridge.
07-09 11:15:28.060 13232 13285 V FA : Connection attempt already in progress
07-09 11:15:28.066 13232 13285 D FA : Connected to remote service
07-09 11:15:28.066 13232 13285 V FA : Processing queued up service tasks: 3
07-09 11:15:28.075 13232 13310 W InstrConnection: No clients found in the given bundle
07-09 11:15:28.085 13232 13297 I UsageTrackerFacilitator: Usage tracking enabled
07-09 11:15:28.091 13232 13297 I TestRequestBuilder: Scanning classpath to find tests in paths [/data/app/~~LH7FaJ6LHrmK2hogNX6kog==/com.waveapps.sales.test-p9rraEdh7vWD6OKzdJkAGA==/base.apk]
07-09 11:15:28.092 13232 13297 W .waveapps.sale: Opening an oat file without a class loader. Are you using the deprecated DexFile APIs?
07-09 11:15:28.280 13232 13297 D TestExecutor: Adding listener androidx.test.internal.runner.listener.LogRunListener
07-09 11:15:28.281 13232 13297 D TestExecutor: Adding listener androidx.test.internal.runner.listener.InstrumentationResultPrinter
07-09 11:15:28.281 13232 13297 D TestExecutor: Adding listener androidx.test.internal.runner.listener.ActivityFinisherRunListener
07-09 11:15:28.283 13232 13297 I TestRunner: run started: 3 tests
07-09 11:15:28.288 13232 13297 I TestRunner: started: runDetoxTests(com.waveapps.sales.DetoxTest)
07-09 11:15:28.335 13232 13297 D EventInjectionStrategy: Creating injection strategy with input manager.
07-09 11:15:28.451 13232 13333 D libEGL : loaded /vendor/lib/egl/libEGL_emulation.so
07-09 11:15:28.455 13232 13333 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
07-09 11:15:28.459 13232 13333 D libEGL : loaded /vendor/lib/egl/libGLESv2_emulation.so
07-09 11:15:28.476 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: PRE_ON_CREATE
07-09 11:15:28.496 13232 13274 V FA : onActivityCreated
07-09 11:15:28.565 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: CREATED
07-09 11:15:28.633 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: STARTED
07-09 11:15:28.635 13232 13232 D WaveLifecycleObserver: App returning to foreground…
07-09 11:15:28.700 13232 13285 V FA : Activity resumed, time: 25782909
07-09 11:15:28.703 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: RESUMED
07-09 11:15:28.703 13232 13232 D com.waveapps.sales.rnNavigation.SafeFragmentTransactionManager: SFT - tryQueuedTransactions() - queue count: 0
07-09 11:15:28.723 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: PAUSED
07-09 11:15:28.760 13232 13330 D HostConnection: HostConnection::get() New Host Connection established 0xef6793c0, tid 13330
07-09 11:15:28.778 13232 13330 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
07-09 11:15:28.786 13232 13330 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
07-09 11:15:28.786 13232 13330 D EGL_emulation: eglCreateContext: 0xef679eb0: maj 3 min 0 rcv 3
07-09 11:15:28.787 13232 13330 D EGL_emulation: eglMakeCurrent: 0xef679eb0: ver 3 0 (tinfo 0xbb4c1ed0) (first time)
07-09 11:15:28.824 13232 13330 I Gralloc4: mapper 4.x is not supported
07-09 11:15:28.826 13232 13330 D HostConnection: createUnique: call
07-09 11:15:28.826 13232 13330 D HostConnection: HostConnection::get() New Host Connection established 0xef678e10, tid 13330
07-09 11:15:28.827 13232 13330 D goldfish-address-space: allocate: Ask for block of size 0x100
07-09 11:15:28.827 13232 13330 D goldfish-address-space: allocate: ioctl allocate returned offset 0x3f80d4000 size 0x2000
07-09 11:15:28.834 13232 13330 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_sync_buffer_data GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
07-09 11:15:28.838 13232 13285 V FA : Session started, time: 25783049
07-09 11:15:28.950 13232 13246 I .waveapps.sale: Background young concurrent copying GC freed 161955(9323KB) AllocSpace objects, 48(2048KB) LOS objects, 83% free, 4889KB/28MB, paused 1.802ms total 308.861ms
07-09 11:15:28.958 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.rnFeature.FeatureControllerActivity@3649671 in: PRE_ON_CREATE
07-09 11:15:28.962 13232 13274 V FA : onActivityCreated
07-09 11:15:28.984 13232 13232 W com.waveapps.sales.data.SessionMapDataManager: SessionDataManager is being used before session is instantiated.
07-09 11:15:28.991 13232 13232 D SoLoader: init start
07-09 11:15:28.991 13232 13232 D SoLoader: adding system library source: /vendor/lib
07-09 11:15:28.992 13232 13232 D SoLoader: adding system library source: /system/lib
07-09 11:15:28.994 13232 13232 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86 flags = 0]
07-09 11:15:28.997 13232 13232 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/user/0/com.waveapps.sales/lib-main flags = 1]
07-09 11:15:28.997 13232 13232 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
07-09 11:15:28.997 13232 13232 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
07-09 11:15:28.997 13232 13232 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86 flags = 0]
07-09 11:15:28.997 13232 13232 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/user/0/com.waveapps.sales/lib-main flags = 1]
07-09 11:15:28.999 13232 13232 V fb-UnpackingSoSource: locked dso store /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:29.002 13232 13232 V fb-UnpackingSoSource: deps mismatch on deps store: regenerating
07-09 11:15:29.002 13232 13232 V fb-UnpackingSoSource: so store dirty: regenerating
07-09 11:15:29.011 13232 13285 I FA : Tag Manager is not found and thus will not be used
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVCardFindJava.so: libJVCardFindJava.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVCardOcrJava.so: libJVCardOcrJava.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVCore.so: libJVCore.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVCoreJava.so: libJVCoreJava.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVDocJava.so: libJVDocJava.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVImgJava.so: libJVImgJava.so not in system lib dir
07-09 11:15:29.054 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libJVMrzJava.so: libJVMrzJava.so not in system lib dir
07-09 11:15:29.055 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libPdf417Mobi.so: libPdf417Mobi.so not in system lib dir
07-09 11:15:29.055 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libPhoenixAndroid.so: libPhoenixAndroid.so not in system lib dir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libWrapperAutoCaptureJni.so: deferring to libdir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libZoomDummy.so: deferring to libdir
07-09 11:15:29.055 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libaleJwtInterface.so: libaleJwtInterface.so not in system lib dir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libbugsnag-ndk.so: deferring to libdir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libbugsnag-plugin-android-anr.so: deferring to libdir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libc++_shared.so: deferring to libdir
07-09 11:15:29.055 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libcpuinfo.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libfb.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libfolly_futures.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libfolly_json.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libglog.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libglog_init.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: allowing considering of lib/armeabi-v7a/libgnustl_shared.so: libgnustl_shared.so not in system lib dir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libhermes-executor-release.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libhermes.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libimagepipeline.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libjsijniprofiler.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libjsinspector.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libnative-filters.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libnative-imagetranscoder.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libreactnativeblob.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libreactnativejni.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libsentry-android.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libsentry.so: deferring to libdir
07-09 11:15:29.056 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libtdm-5.4-71-jni.so: deferring to libdir
07-09 11:15:29.057 13232 13232 D ApkSoSource: not allowing consideration of lib/x86/libyoga.so: deferring to libdir
07-09 11:15:29.057 13232 13232 V fb-UnpackingSoSource: regenerating DSO store com.facebook.soloader.ApkSoSource
07-09 11:15:29.059 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVCardFindJava.so
07-09 11:15:29.070 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVCardOcrJava.so
07-09 11:15:29.105 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVCore.so
07-09 11:15:29.120 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVCoreJava.so
07-09 11:15:29.121 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVDocJava.so
07-09 11:15:29.123 13232 13285 V FA : Screen exposed for less than 1000 ms. Event not sent. time: 35
07-09 11:15:29.123 13232 13285 V FA : Activity paused, time: 25782966
07-09 11:15:29.136 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVImgJava.so
07-09 11:15:29.140 13232 13232 I fb-UnpackingSoSource: extracting DSO libJVMrzJava.so
07-09 11:15:29.158 13232 13232 I fb-UnpackingSoSource: extracting DSO libPdf417Mobi.so
07-09 11:15:29.181 13232 13232 I fb-UnpackingSoSource: extracting DSO libPhoenixAndroid.so
07-09 11:15:29.245 13232 13232 I fb-UnpackingSoSource: extracting DSO libaleJwtInterface.so
07-09 11:15:29.266 13232 13232 I fb-UnpackingSoSource: extracting DSO libgnustl_shared.so
07-09 11:15:29.275 13232 13232 V fb-UnpackingSoSource: Finished regenerating DSO store com.facebook.soloader.ApkSoSource
07-09 11:15:29.276 13232 13232 V fb-UnpackingSoSource: starting syncer worker
07-09 11:15:29.337 13232 13232 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.waveapps.sales/lib-main (from syncer thread)
07-09 11:15:29.338 13232 13232 V fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.waveapps.sales/lib-main (syncer thread started)
07-09 11:15:29.338 13232 13232 D SoLoader: init finish: 4 SO sources prepared
07-09 11:15:29.338 13232 13232 D SoLoader: init exiting
07-09 11:15:29.374 13232 13232 D rnapp subscribe: {login-mobile=RNApp(bundleName=login-mobile, keepAlive=false, packagerOnly=false, state=UNLOADED, bundleUrl=), payments-mobile=RNApp(bundleName=payments-mobile, keepAlive=false, packagerOnly=false, state=UNLOADED, bundleUrl=), sales-mobile=RNApp(bundleName=sales-mobile, keepAlive=false, packagerOnly=false, state=UNLOADED, bundleUrl=)}
07-09 11:15:29.824 13232 13232 D com.waveapps.sales.rnFeature.FeatureBaseActivity: SFT - launchFeature() - appType: LOGIN_MOBILE, backStack: 0
07-09 11:15:29.843 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.rnFeature.FeatureControllerActivity@3649671 in: CREATED
07-09 11:15:29.847 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.rnFeature.FeatureControllerActivity@3649671 in: STARTED
07-09 11:15:29.848 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.rnFeature.FeatureControllerActivity@3649671 in: RESUMED
07-09 11:15:29.848 13232 13232 D com.waveapps.sales.rnNavigation.SafeFragmentTransactionManager: SFT - tryQueuedTransactions() - queue count: 0
07-09 11:15:29.848 13232 13285 V FA : Activity resumed, time: 25784059
07-09 11:15:29.858 13232 13232 I Choreographer: Skipped 65 frames! The application may be doing too much work on its main thread.
07-09 11:15:29.986 13232 13330 I OpenGLRenderer: Davey! duration=1203ms; Flags=1, IntendedVsync=25782980398925, Vsync=25784063732215, OldestInputEvent=9223372036854775807, NewestInputEvent=0, HandleInputStart=25784069793399, AnimationStart=25784069836399, PerformTraversalsStart=25784069890399, DrawStart=25784123665399, SyncQueued=25784123976399, SyncStart=25784137330399, IssueDrawCommandsStart=25784137538399, SwapBuffers=25784191032399, FrameCompleted=25784197458399, DequeueBufferDuration=465000, QueueBufferDuration=896000, GpuCompleted=0,
07-09 11:15:29.994 13232 13232 D com.waveapps.sales.rnNavigation.SafeFragmentTransactionManager: SFT - tryReplaceFragment() - attempt: 1
07-09 11:15:30.000 13232 13232 D com.waveapps.sales.rnNavigation.SafeFragmentTransaction: SFT - setResult: COMPLETED
07-09 11:15:30.076 13232 13232 I System.out: the app bundle path vibin is assets://rnApps/login-mobile/login-mobile.jsbundle
07-09 11:15:30.078 13232 13232 D SoLoader: About to load: libjscexecutor.so
07-09 11:15:30.079 13232 13232 D SoLoader: libjscexecutor.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.079 13232 13232 D SoLoader: libjscexecutor.so not found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.079 13232 13232 D SoLoader: libjscexecutor.so not found on /vendor/lib
07-09 11:15:30.079 13232 13232 D SoLoader: libjscexecutor.so not found on /system/lib
07-09 11:15:30.080 13232 13232 E SoLoader: couldn't find DSO to load: libjscexecutor.so result: 0
07-09 11:15:30.082 13232 13232 D ReactNative: ReactInstanceManager.ctor()
07-09 11:15:30.082 13232 13232 D SoLoader: init exiting
07-09 11:15:30.089 13232 13232 D ReactNative: ReactInstanceManager.createReactContextInBackground()
07-09 11:15:30.089 13232 13232 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()
07-09 11:15:30.089 13232 13232 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
07-09 11:15:30.089 13232 13232 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()
07-09 11:15:30.089 13232 13232 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()
07-09 11:15:30.091 13232 13348 D SoLoader: About to load: libhermes.so
07-09 11:15:30.092 13232 13348 D SoLoader: libhermes.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.092 13232 13348 D SoLoader: libhermes.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.092 13232 13348 D SoLoader: Not resolving dependencies for libhermes.so
07-09 11:15:30.093 13232 13301 I BranchSDK: posting to https://api2.branch.io/v1/install
07-09 11:15:30.094 13232 13301 I BranchSDK: Post value = {"hardware_id":"ba4eaaf8b1ba9239","is_hardware_id_real":true,"brand":"Google","model":"sdk_gphone_x86_arm","screen_dpi":560,"screen_height":2621,"screen_width":1440,"wifi":true,"ui_mode":"UI_MODE_TYPE_NORMAL","os":"Android","os_version":30,"country":"US","language":"en","local_ip":"10.0.2.15","app_version":"-e1f6c5a-MOBI-4399","facebook_app_link_checked":false,"is_referrable":1,"debug":false,"update":0,"latest_install_time":1625843692620,"latest_update_time":1625843692620,"first_install_time":1625843692620,"previous_update_time":0,"environment":"FULL_APP","cd":{"mv":"-1","pn":"com.waveapps.sales"},"metadata":{},"google_advertising_id":"2ea8cd73-5e3c-4e58-a6e6-4cef9accbf7b","lat_val":0,"instrumentation":{"v1\/install-qwt":"0"},"sdk":"android3.2.0","branch_key":"key_live_hczlxq27NMJ1R4U0ZBWOSahlBwm2FCsn"}
07-09 11:15:30.098 13232 13348 D SoLoader: Loaded: libhermes.so
07-09 11:15:30.098 13232 13348 D SoLoader: About to load: libhermes-executor-release.so
07-09 11:15:30.099 13232 13348 D SoLoader: libhermes-executor-release.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.099 13232 13348 D SoLoader: libhermes-executor-release.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.099 13232 13348 D SoLoader: Not resolving dependencies for libhermes-executor-release.so
07-09 11:15:30.106 13232 13348 D SoLoader: Loaded: libhermes-executor-release.so
07-09 11:15:30.108 13232 13348 D SoLoader: About to load: libfb.so
07-09 11:15:30.108 13232 13348 D SoLoader: libfb.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.108 13232 13348 D SoLoader: libfb.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.108 13232 13348 D SoLoader: Not resolving dependencies for libfb.so
07-09 11:15:30.110 13232 13348 D SoLoader: About to load: libfb.so
07-09 11:15:30.112 13232 13348 D SoLoader: libfb.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.112 13232 13348 D SoLoader: libfb.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.112 13232 13348 D SoLoader: Not resolving dependencies for libfb.so
07-09 11:15:30.112 13232 13348 I .waveapps.sale: Thread[57,tid=13348,Native,Thread*=0xe1838e10,peer=0x138bbd40,"create_react_context"] recursive attempt to load library "/data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86/libfb.so"
07-09 11:15:30.112 13232 13348 D SoLoader: Loaded: libfb.so
07-09 11:15:30.112 13232 13348 D SoLoader: Loaded: libfb.so
07-09 11:15:30.115 13232 13348 D ReactNative: ReactInstanceManager.createReactContext()
07-09 11:15:30.150 13232 13348 D InstallReferrerState: FEATURE_NOT_SUPPORTED
07-09 11:15:30.168 13232 13348 D SoLoader: About to load: libreactnativejni.so
07-09 11:15:30.168 13232 13348 D SoLoader: libreactnativejni.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.168 13232 13348 D SoLoader: libreactnativejni.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.168 13232 13348 D SoLoader: Not resolving dependencies for libreactnativejni.so
07-09 11:15:30.169 13232 13348 D SoLoader: Loaded: libreactnativejni.so
07-09 11:15:30.263 13232 13348 D ReactNative: Initializing React Xplat Bridge.
07-09 11:15:30.267 13232 13348 D ReactNative: Initializing React Xplat Bridge before initializeBridge
07-09 11:15:30.272 13232 13348 D ReactNative: Initializing React Xplat Bridge after initializeBridge
07-09 11:15:30.272 13232 13348 D ReactNative: CatalystInstanceImpl.runJSBundle()
07-09 11:15:30.285 13232 13355 D ReactNative: ReactInstanceManager.setupReactContext()
07-09 11:15:30.286 13232 13355 D ReactNative: CatalystInstanceImpl.initialize()
07-09 11:15:30.286 13232 13355 D ReactNative: ReactInstanceManager.attachRootViewToInstance()
07-09 11:15:30.306 13232 13301 I BranchSDK: returned {"session_id":"942063767836152408","identity_id":"942063767822643732","link":"https://waveapps.app.link?%24identity_id=942063767822643732","data":"{\"+clicked_branch_link\":false,\"+is_first_session\":false}","device_fingerprint_id":"933046597041856195"}
07-09 11:15:30.368 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupViewManager
07-09 11:15:30.371 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode
07-09 11:15:30.374 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeViewManager
07-09 11:15:30.374 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode
07-09 11:15:30.374 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextViewManager
07-09 11:15:30.374 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode
07-09 11:15:30.375 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.checkbox.ReactCheckBoxManager
07-09 11:15:30.376 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode
07-09 11:15:30.378 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager
07-09 11:15:30.378 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
07-09 11:15:30.379 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager
07-09 11:15:30.379 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
07-09 11:15:30.379 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
07-09 11:15:30.380 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
07-09 11:15:30.380 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode
07-09 11:15:30.382 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager
07-09 11:15:30.383 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager
07-09 11:15:30.383 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode
07-09 11:15:30.383 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager
07-09 11:15:30.383 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode
07-09 11:15:30.384 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
07-09 11:15:30.384 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager
07-09 11:15:30.384 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode
07-09 11:15:30.384 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
07-09 11:15:30.384 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
07-09 11:15:30.388 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager
07-09 11:15:30.393 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager
07-09 11:15:30.395 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode
07-09 11:15:30.396 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager
07-09 11:15:30.396 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode
07-09 11:15:30.396 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager
07-09 11:15:30.397 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode
07-09 11:15:30.398 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager
07-09 11:15:30.398 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode
07-09 11:15:30.399 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager
07-09 11:15:30.400 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager
07-09 11:15:30.408 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager
07-09 11:15:30.408 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode
07-09 11:15:30.408 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager
07-09 11:15:30.410 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.toolbarandroid.ReactToolbarManager
07-09 11:15:30.411 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager
07-09 11:15:30.411 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager
07-09 11:15:30.412 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager
07-09 11:15:30.413 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager
07-09 11:15:30.413 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewShadowNode
07-09 11:15:30.413 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager
07-09 11:15:30.413 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager
07-09 11:15:30.414 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager
07-09 11:15:30.414 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager
07-09 11:15:30.414 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager
07-09 11:15:30.414 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager
07-09 11:15:30.415 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode
07-09 11:15:30.416 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager
07-09 11:15:30.416 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager
07-09 11:15:30.416 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager
07-09 11:15:30.417 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager
07-09 11:15:30.417 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager
07-09 11:15:30.418 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager
07-09 11:15:30.418 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager
07-09 11:15:30.418 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager
07-09 11:15:30.419 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager
07-09 11:15:30.419 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager
07-09 11:15:30.419 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager
07-09 11:15:30.419 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager
07-09 11:15:30.420 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager
07-09 11:15:30.422 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager
07-09 11:15:30.423 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager
07-09 11:15:30.423 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager
07-09 11:15:30.424 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager
07-09 11:15:30.424 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager
07-09 11:15:30.425 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager
07-09 11:15:30.425 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager
07-09 11:15:30.426 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.webview.RNCWebViewManager
07-09 11:15:30.426 13232 13355 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.waveapps.sales.ui.ssoWebView.SSOWebViewManager
07-09 11:15:30.458 13232 13355 D SoLoader: About to load: libyoga.so
07-09 11:15:30.459 13232 13355 D SoLoader: libyoga.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.459 13232 13355 D SoLoader: libyoga.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.459 13232 13355 D SoLoader: Not resolving dependencies for libyoga.so
07-09 11:15:30.459 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: STOPPED
07-09 11:15:30.472 13232 13355 D SoLoader: Loaded: libyoga.so
07-09 11:15:30.476 13232 13232 D LifecycleMonitor: Lifecycle status change: com.waveapps.sales.ui.splash.SplashActivity@7768635 in: DESTROYED
07-09 11:15:30.482 13232 13297 I Detox : Detox server connection details: url=ws://localhost:53982, sessionId=c09981b8-b346-bfc4-4463-7d2cde39002c
07-09 11:15:30.498 13232 13360 I DetoxDispatcher: Handling action '_init' (ID #0)...
07-09 11:15:30.498 13232 13360 I Detox : Connecting to server...
07-09 11:15:30.498 13232 13360 I DetoxWSClient: At connectToServer
07-09 11:15:30.510 13232 13232 D SoLoader: About to load: libjscexecutor.so
07-09 11:15:30.510 13232 13232 D SoLoader: libjscexecutor.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:30.510 13232 13232 D SoLoader: libjscexecutor.so not found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:30.510 13232 13232 D SoLoader: libjscexecutor.so not found on /vendor/lib
07-09 11:15:30.511 13232 13232 D SoLoader: libjscexecutor.so not found on /system/lib
07-09 11:15:30.511 13232 13232 E SoLoader: couldn't find DSO to load: libjscexecutor.so result: 0
07-09 11:15:30.511 13232 13232 D ReactNative: ReactInstanceManager.ctor()
07-09 11:15:30.511 13232 13232 D SoLoader: init exiting
07-09 11:15:30.526 13232 13363 D DetoxWSClient: At onOpen
07-09 11:15:30.526 13232 13363 I DetoxWSClient: Sending out action 'login' (ID #0)
07-09 11:15:30.526 13232 13363 I Detox : Connected to server!
07-09 11:15:30.528 13232 13355 D SoLoader: init exiting
07-09 11:15:30.536 13232 13363 D DetoxWSClient: Received action 'loginSuccess' (ID #0, params={"testerConnected":true,"appConnected":true})
07-09 11:15:30.540 13232 13363 D DetoxWSClient: Received action 'isReady' (ID #-1000, params={})
07-09 11:15:30.552 13232 13373 W unknown:InspectorPackagerConnection: Couldn't connect to packager, will silently retry
07-09 11:15:30.571 13232 13374 W unknown:ReconnectingWebSocket: Couldn't connect to "ws://10.0.2.2:8081/message?device=sdk_gphone_x86_arm%20-%2011%20-%20API%2030&app=com.waveapps.sales&clientid=DevSupportManagerImpl", will silently retry
07-09 11:15:31.253 13232 13354 D SoLoader: About to load: libreactnativeblob.so
07-09 11:15:31.254 13232 13354 D SoLoader: libreactnativeblob.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:31.254 13232 13354 D SoLoader: libreactnativeblob.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:31.254 13232 13354 D SoLoader: Not resolving dependencies for libreactnativeblob.so
07-09 11:15:31.255 13232 13354 D SoLoader: Loaded: libreactnativeblob.so
07-09 11:15:31.287 13232 13355 I WebViewFactory: Loading com.google.android.webview version 83.0.4103.106 (code 410410681)
07-09 11:15:31.294 13232 13355 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:31.295 13232 13355 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
07-09 11:15:31.306 13232 13355 I .waveapps.sale: The ClassLoaderContext is a special shared library.
07-09 11:15:31.307 13232 13355 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
07-09 11:15:31.341 13232 13380 I cr_VariationsUtils: Requesting new seed from IVariationsSeedServer
07-09 11:15:31.359 13232 13355 I cr_LibraryLoader: Loaded native library version number "83.0.4103.106"
07-09 11:15:31.359 13232 13355 I cr_CachingUmaRecorder: Flushed 3 samples from 3 histograms.
07-09 11:15:31.511 13232 13354 I ReactNativeJS: Running "Main" with {"initialProps":{"REQUIRES_AUTHENTICATION":false,"targetName":"WaveSales","environment":{"IAV_FORM_URI":"xxxxx","MONEY_URI":"https://xxxxx","CLIENT_ID":"xxxxx.d-b-lLsIP","GRAPHQL_URI":"xxxxx","ENV":"production","BUGSNAG_API_KEY":"xxxxx","WEB_DOMAIN_PREFIX":"xxxxx","SALES_DOMAIN":".xxxxx.com","ENABLE_PAYMENTS_URI":"xxxxx","GOOGLE_CLIENT_ID":"xxxxxx","THREATMETRIX_ORG_ID":"xxxxx","REEF_INTERNAL_GRAPHQL_URI":"xxxxx","LOGIN_DOMAIN_PREFIX":"https://my.waveapps.com","PAYMENT_URI":"https://xxxxx","MONEY_DOMAIN":".waveapps.com","AMPLITUDE_API_KEY":"xxxx","PUBLIC_GRAPHQL_URI":"https://xxxxx","GOOGLE_PLACES_API_KEY":"XXX","DOMAIN_PREFIX":"https://Xxxxx","MONEY_DOMAIN_PREFIX":"https://xxx"},"IS_MAIN_FEATURE":false},"rootTag":1}
07-09 11:15:31.600 13232 13387 I Sentry : sentry-debug-meta.properties file was not found.
07-09 11:15:31.600 13232 13355 I react-native-sentry: Starting with DSN: 'xxxxx'
07-09 11:15:31.600 13232 13355 I react-native-sentry: Native Integrations '[io.sentry.UncaughtExceptionHandlerIntegration@2001c09, io.sentry.ShutdownHookIntegration@a8cde0e, io.sentry.SendCachedEnvelopeFireAndForgetIntegration@677002f, io.sentry.android.core.NdkIntegration@613963c, io.sentry.android.core.EnvelopeFileObserverIntegration$OutboxEnvelopeFileObserverIntegration@c856fc5, io.sentry.SendCachedEnvelopeFireAndForgetIntegration@43ccd1a, io.sentry.android.core.AnrIntegration@7d704b, io.sentry.android.core.AppLifecycleIntegration@2a1da28, io.sentry.android.core.ActivityLifecycleIntegration@2524341, io.sentry.android.core.AppComponentsBreadcrumbsIntegration@2caa0e6, io.sentry.android.core.SystemEventsBreadcrumbsIntegration@530c627, io.sentry.android.core.TempSensorBreadcrumbsIntegration@b4e70d4, io.sentry.android.core.PhoneStateBreadcrumbsIntegration@ebed27d]'
07-09 11:15:31.597 13232 13232 W pool-32-thread-: type=1400 audit(0.0:2419): avc: denied { read } for name="version" dev="proc" ino=4026532035 scontext=u:r:untrusted_app_29:s0:c223,c256,c512,c768 tcontext=u:object_r:proc_version:s0 tclass=file permissive=0 app=com.waveapps.sales
07-09 11:15:31.749 13232 13232 I ReactNative: [GESTURE HANDLER] Initialize gesture handler for root view com.facebook.react.ReactRootView{531c496 V.E...... ......ID 0,0-1440,2620 #1}
07-09 11:15:31.786 13232 13246 I .waveapps.sale: NativeAlloc concurrent copying GC freed 231478(14MB) AllocSpace objects, 59(5020KB) LOS objects, 49% free, 9828KB/19MB, paused 571us total 101.518ms
07-09 11:15:31.795 13232 13395 D SoLoader: About to load: libimagepipeline.so
07-09 11:15:31.796 13232 13395 D SoLoader: libimagepipeline.so not found on /data/user/0/com.waveapps.sales/lib-main
07-09 11:15:31.796 13232 13395 D SoLoader: libimagepipeline.so found on /data/app/~~yMKrWxDOsqvdecU79n4d9w==/com.waveapps.sales-omSBcBi4X5dXEsVEcr1t1A==/lib/x86
07-09 11:15:31.796 13232 13395 D SoLoader: Not resolving dependencies for libimagepipeline.so
07-09 11:15:31.802 13232 13395 D SoLoader: Loaded: libimagepipeline.so
07-09 11:15:34.945 13232 13285 V FA : Inactivity, disconnecting from the service
07-09 11:15:40.539 13232 13363 D DetoxWSClient: Received action 'currentStatus' (ID #1, params={})
07-09 11:15:40.540 13232 13362 I DetoxDispatcher: Handling action 'currentStatus' (ID #1)...
Screenshots
Environment (please complete the following information):
Describe the bug
Detox in android keeps timing out and the logtracing doesnt provide enough details for some reason for the crash Builds correctly and launches and gets hung up in the initial screen It works as expected in ios though without any issue
Steps To Reproduce
.detoxrc.json configuration
Script in package.json
Detox Trace-Logs
Device logs (adb logcat)
Screenshots
Environment (please complete the following information):
jest-circus