Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemblydef missing in AndroidPerformanceTuner_gen #3

Closed
Volcore opened this issue Aug 22, 2020 · 1 comment
Closed

Assemblydef missing in AndroidPerformanceTuner_gen #3

Volcore opened this issue Aug 22, 2020 · 1 comment

Comments

@Volcore
Copy link

Volcore commented Aug 22, 2020

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.

ktaraymovich added a commit that referenced this issue Feb 15, 2021
* 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
@ktaraymovich
Copy link
Contributor

.asmdef is automatically created now with other generated files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants