From 26bec9dfaaa08059ec58d3e316d92a82d74dc7de Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Sun, 7 Mar 2021 14:11:39 +0100 Subject: [PATCH] Update TROUBLESHOOTING.mdx --- docs/docs/TROUBLESHOOTING.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/TROUBLESHOOTING.mdx b/docs/docs/TROUBLESHOOTING.mdx index 4dde414..37060e5 100644 --- a/docs/docs/TROUBLESHOOTING.mdx +++ b/docs/docs/TROUBLESHOOTING.mdx @@ -58,7 +58,7 @@ Before opening an issue, make sure you try the following: ``` distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip ``` -5. If you're experiencing weird behaviour, check the logs in Android Studio/Logcat ( + 6) to find out more. +5. If you're experiencing weird behaviour, check the logs in Android Studio/Logcat (+6) to find out more. 6. If a camera device is not being returned by `getAvailableCameraDevices()`, make sure it meets the minimum requirements - that is minum supported harwdware level of `LIMITED` and above. See [this section in the Android docs](https://developer.android.com/reference/android/hardware/camera2/CameraDevice) for more information. ## Issues