Skip to content

Tags: google/agi

Tags

3.3.1

Toggle 3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove set debug label calls that were causing segfaults (#1300)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update gcc version (#1265)

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Perfetto's version (#1224)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Perfetto's version (#1224)

v3.0.1

Toggle v3.0.1's commit message
Handle malformed dumpsys package output.

Some devices produce malformed dumpsys package output, adding in extra
newlines. This change handles a specific version of how this extra
whitespace breaks the parser.

Fixes #1077

v3.0.0

Toggle v3.0.0's commit message
Ensure resource IDs for MEC resources are unique.

If the first command in the trace creates resources, their IDs would match
the IDs generated for the resources serialized as part of the MEC state.
This happened because the command ID used to generate the resource IDs
for the MEC resources was the same as that of the first command. This would
result in the first MEC resource to get ID 0xdd3d... and the first
resource of the traced commands to get a matching ID. This change fixes
this, by ensuring the MEC resources get gen'ed off a unique command ID.

v2.1.0

Toggle v2.1.0's commit message
Rename the trace type labels in the trace dialog.

v2.0.0

Toggle v2.0.0's commit message
Our next released version will be 2.0.0.

v1.0.0

Toggle v1.0.0's commit message
Use grpc's forceful stop instead of the graceful stop.

The graceful stop seems to deadlock when there are streaming RPCs.