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

how to catch Android Trace label?

We compiled an Android binary program, we wan to profile our program using Android trace。This program is a native neural network inference engine.

We define label like this: ATrace_beginSection("dwpoint_h2_w4") in our C++ source code。 We can catch our self-defined label by using Android systrace。But we cannot catch our label by using Streamline。

Streamline: Version 7.4.0, Build 20200825_162128

How could i check the license, as we just used the license from oppo server?

Parents
  • Hello! I am not sure about Android trace, but with Streamline you can use custom annotations in your code. 

    If you go to <Arm Mobile Studio Dir>/streamline/gator/annotate, you can find streamline_annotate.c and a readme file.
    This article explains the types of annotations, and you can find in the repo the way these annotations are integrated into Unity (look in the Assets/Plugins folder).

Reply
  • Hello! I am not sure about Android trace, but with Streamline you can use custom annotations in your code. 

    If you go to <Arm Mobile Studio Dir>/streamline/gator/annotate, you can find streamline_annotate.c and a readme file.
    This article explains the types of annotations, and you can find in the repo the way these annotations are integrated into Unity (look in the Assets/Plugins folder).

Children
No data