How Do I profile a native android application with Streamline

How can I profile a Native Application on the Android device?


Suppose I have an native application and can execute it on an Android device at `/data/local/tmp/my.bin` . How can I profile this application with Streamline?

Inspired by this thread: https://community.arm.com/support-forums/f/armds-forum/9615/profiling-android-native-code I have pushed `gatord` (located at `Arm_Performance_Studio_2024.0/streamline/bin/android/arm64/` to the android device and run the exectuable like so:

```

./gatord --output /data/local/tmp/ --app my.bin                          
``

However, I cannot see a trace file afterwards. How could I profile this application?