You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow the tutorial here, one issue is that FidelityParams and Annotation classes are generated into the "AndroidPerformancetuner_gen" folder. That folder doesn't have an asmdef, so it can't be easily included.
It can be fixed by manually creating a .asmdef file and adding the protobuf dependecy to it, but that's an extra step that's not mentioned in the tutorial and requires some digging into it.
The text was updated successfully, but these errors were encountered:
* Fix#1, #2 and #3
* Automatically record lifecycle events to detect crashes
* More memory metrics are now recorded when `EnableMemoryRecording(true)` is called
* Memory model change. The maximum number of metrics of each type is now specified at start-up, rather than allocating space for all possible annotation combinations.
* New API for loading times
When trying to follow the tutorial here, one issue is that FidelityParams and Annotation classes are generated into the "AndroidPerformancetuner_gen" folder. That folder doesn't have an asmdef, so it can't be easily included.
It can be fixed by manually creating a .asmdef file and adding the protobuf dependecy to it, but that's an extra step that's not mentioned in the tutorial and requires some digging into it.
The text was updated successfully, but these errors were encountered: