This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failed to generate html report in Performance Advisor

Hi,

I am developing my unity based game and am trying to profile it using Arm Mobile Studio for optimization.

But now I ran into trouble. While trying to generate an html report through pa, I got the following error message:

Fullscreen
1
ERROR: Cannot find any frames. Please .....
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

My profiling environment configuration is as follows:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Arm Mobile Studio]
Version: 2022.3
Host OS: Windows 10
[Unity]
Version: Unity 2021.3.2f1
[Unity - Build Setting]
Development Build: true
[Unity - Player Setting]
Graphics API: OpenGLES
Minimum API Level: android 10
Target API Level: Automatic
Scripting Backend: IL2CPP
Target Architectures: ARM64
[Test Device]
Model Name: Galaxy S21 5G
Current OS: android 12
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Is there any solution?

Thanks!

0