You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory is the destination of logs created during build time of debug builds.
4
+
5
+
# Logs
6
+
7
+
*`xcrun_device_install.log` - Output from `status-mobile/scripts/run-ios-device.sh`.
8
+
- Created by redirecting output of `xcrun simctl install "$UDID" "$APP_PATH"`.
9
+
*`xcrun_device_process_launch.log` - Output from `status-mobile/scripts/run-ios-device.sh`.
10
+
- Created by specifying `--json-output` flag for `xcrun devicectl device process launch --no-activate --verbose --device "${DEVICE_UUID}" "${INSTALLATION_URL}"`.
11
+
*`xcrun_device_process_resume.log` - Output from `status-mobile/scripts/run-ios-device.sh`.
12
+
- Created by redirecting output of `xcrun devicectl device process resume --device "${DEVICE_UUID}" --pid "${STATUS_PID}"`.
13
+
*`adb_install.log` - Output from `scripts/run-android.sh`.
14
+
- Created by redirecting output of `adb install -r ./result/app-debug.apk`.
15
+
*`adb_shell_monkey.log` - Output from `status-mobile/scripts/run-android.sh`.
16
+
- Created by redirecting output of `adb shell monkey -p im.status.ethereum.debug 1 >`.
17
+
*`ios_simulators_list.log` - Output from `status-mobile/scripts/run-ios.sh`.
18
+
- Created by redirecting output of `xcrun simctl list devices -j`.
0 commit comments