Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Install Android LogCat in Window > Package Manager > Unity Registry
4. Open the Android LogCat window by going to Window > Analysis > Android LogCat
5. Build and Run
6. Search for “The specified path is not of a legal form“ in Android LogCat
Expected result: No error is found
Actual result: The error “ArgumentException: The specified path is not of a legal form (empty)“ can be seen
Reproducible with: 2021.3.30f1, 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a5
Testing environment: Windows 10 Enterprise 21H2
Reproducible on:
VLNQA00325, Samsung Galaxy Note10 (SM-N970F), Android 12, CPU: Exynos 9 (9825), GPU: Mali-G76
VLNQA00318, Oneplus OnePlus 7 Pro (GM1913), Android 11, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00231, Samsung Galaxy A5(2017) (SM-A520F), Android 8.0.0, CPU: Exynos 7 Octa 7880, GPU: Mali-T830
VLNQA00231, Huawei HUAWEI Mate 20 Pro (LYA-L29), Android 9, CPU: HiSilicon Kirin 980, GPU: Mali-G76
Not reproducible on: No other environment tested
Note:
- Full error message can be found in LogCat.txt
- Only reproducible with Mono Backend
- Uncomment the block in NewBehaviourScript.cs under "ENABLE_MONO", Build and Run and you will see no errors in the log