Report issues to synchrosupport@bentley.com or raise a Service Request.
Reproducing issues
When possible, the user should invite the Bentley support agent assigned to the support ticket to the Control project as an Admin. If the project is confidential and cannot invite a Bentley support agent to the project directly, create a new project in SYNCHRO Control, configure it in the same way to reproduce the problem, and share it with Bentley support. Bentley support will further investigate and share with the dev team.
In the support request, please include:
- Project name, and the URL to the project.
- App log files.
- Device hardware information.
This is the most efficient way to pinpoint issues. More details on how to get information:
Getting detailed logs from the Field app
- In app Settings > Feedback > Get logs (watch video to learn how to export logs here)
- Send the exported logs to Bentley Support (synchrosupport@bentley.com)
Getting screenshots and/or screen recordings
- Provide screenshots from the screen where the error occurs.
- If the issue is reproducible, also provide a screen recording for our team to understand user actions.
- Send the screenshots and screen recordings to Bentley Support (synchrosupport@bentley.com) for further investigation.
Getting device hardware info
- For iOS, go to Settings > General> About
- Provide the make and model of your device, not limited to: Model Name, Model Number, Software Version, Capacity, etc.
Android - getting crash log
In some cases, the development team may ask you to get crash logs. In order to do that, follow these instructions:
- Prepare tools on your computer:
- Download standalone Android SDK Platform-tools for you operating system: https://developer.android.com/studio/releases/platform-tools
- Extract the package to your chosen location. E.g. "C:/platform-tools/"
- Open the command line (Windows) or terminal (MacOS/Linux).
- Set the current directory to platform tools. E.g. "cd C:/platform-tools/"
- Your Android device:
- Enable developer mode and "USB debugging": https://developer.android.com/studio/debug/dev-options
- Connect your Android device to the computer via USB cable.
- Getting crash log
- On the computer: run "adb devices" command to verify if your device is detected.
- On the computer: run "adb logcat -c"
- On the computer: run "adb logcat > crash-log.txt"
- On the device: run the app and reproduce crash.
- On the computer: press CTRL + C to stop gathering log.
- Email "crash-log.txt" to our support.