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

Performance Adviser error: cannot find any frames

Hi,

I'm facing this issue when trying to get html report from Streamline capture using Performance Adviser tool:

Problems were found preparing html report:

WARNING: Build name not provided. You can add this as a command line argument (use --build-name).

WARNING: Build timestamp not provided. You can add this as a command line argument (use --build-timestamp).

WARNING: Device name not provided. You can add this as a command line argument (use --device-name).

WARNING: Cannot find draw calls counter. Use LWI or GA interceptor when creating your capture to obtain draw calls data.

ERROR: Cannot find any frames. Please refer to the user guide for methods of providing frame data to Performance Advisor.

WARNING: CPU cycles data was not used. Cycles data is missing or unreliable. Use --force-cycles to force usage of this data.

My Host OS is macOS Catalina 10.15.7, Android 9, OpenGL ES 32-bit

Also my script is:  

python3 lwi_me.py -v --lwi-mode=capture --lwi-fps-threshold=20 --32bit --lwi-out-dir=$HOME/Documents/Projects/slowFrames

PA command:
pa captureName.apc

libLWI.so file integrated in Unity project

Thanks,
Dmitry
Parents
  • I'm using the latest 2021.3 version and I'm trying it with the next devices:

    ZTE Blade A5 2020 (Android 9)

    Xiaomi Redmi 7A (Android 10)

    Xiaomi Redmi S2 (Android 9)

    Samsung Galaxy A12 (Android 10)

    No Mali GPU is found when I launch lwi_me.py.

    And looks like it is the main problem.

     The Streamline doesn't show any Mali/GPU cycles as shown on your videos. 

Reply
  • I'm using the latest 2021.3 version and I'm trying it with the next devices:

    ZTE Blade A5 2020 (Android 9)

    Xiaomi Redmi 7A (Android 10)

    Xiaomi Redmi S2 (Android 9)

    Samsung Galaxy A12 (Android 10)

    No Mali GPU is found when I launch lwi_me.py.

    And looks like it is the main problem.

     The Streamline doesn't show any Mali/GPU cycles as shown on your videos. 

Children