2.0 KiB
2.0 KiB
Description
This directory is the destination of logs created during build time of debug builds and logs created by Fastlane on CI.
Logs
xcrun_device_install.log
- Output fromstatus-mobile/scripts/run-ios-device.sh
.- Created by redirecting output of
xcrun simctl install "$UDID" "$APP_PATH"
.
- Created by redirecting output of
xcrun_device_process_launch.log
- Output fromstatus-mobile/scripts/run-ios-device.sh
.- Created by specifying
--json-output
flag forxcrun devicectl device process launch --no-activate --verbose --device "${DEVICE_UUID}" "${INSTALLATION_URL}"
.
- Created by specifying
xcrun_device_process_resume.log
- Output fromstatus-mobile/scripts/run-ios-device.sh
.- Created by redirecting output of
xcrun devicectl device process resume --device "${DEVICE_UUID}" --pid "${STATUS_PID}"
.
- Created by redirecting output of
adb_install.log
- Output fromscripts/run-android.sh
.- Created by redirecting output of
adb install -r ./result/app-debug.apk
.
- Created by redirecting output of
adb_shell_monkey.log
- Output fromstatus-mobile/scripts/run-android.sh
.- Created by redirecting output of
adb shell monkey -p im.status.ethereum.debug 1 >
.
- Created by redirecting output of
ios_simulators_list.log
- Output fromstatus-mobile/scripts/run-ios.sh
.- Created by redirecting output of
xcrun simctl list devices -j
.
- Created by redirecting output of
CI
These log files are uploaded to Jenkins as CI job artifacts on failure using archiveArtifacts
.
react-native-xcode.log
- Output fromnode_modules/react-native/scripts/react-native-xcode.sh
.- Created by redirecting output of
shellScript
inios/StatusIm.xcodeproj/project.pbxproj
for "Bundle React Native code and images" build Phase.
- Created by redirecting output of
set_xcode_version.log
- Output fromnode_modules/react-native/scripts/react-native-xcode.sh
.- Created by redirecting output of
shellScript
inios/StatusIm.xcodeproj/project.pbxproj
for "Run Script" build Phase.
- Created by redirecting output of
- `Status PR-StatusImPR.log - Created by Fastlane Gym.
- Configred via
Fastfile
usingbuildlog_path
argument forbuild_ios_app
.
- Configred via