Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 517 Bytes

File metadata and controls

10 lines (6 loc) · 517 Bytes

adbUnityProfiler

To install adbUnityProfiler, run the command in Console on MacOS

mkdir -p temp_script && cd temp_script && curl -L -o setupScript.sh https://github.com/simitka/adbUnityProfiler/raw/main/setupScript.sh && chmod +x setupScript.sh && ./setupScript.sh

After installation, the command to run the tool is: adbreadprofile image (it can be run via the Console app or Android Studio)