Skip to content

Commit

Permalink
Roll trace_to_text to pick up aosp/1232924
Browse files Browse the repository at this point in the history
Change-Id: I23e94652694e9bb4610cc3abd83f3425325b05ce
  • Loading branch information
fmayer committed Feb 12, 2020
1 parent f440b92 commit e26b01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/heap_profile
Expand Up @@ -31,8 +31,8 @@ import time
import urllib

TRACE_TO_TEXT_SHAS = {
'linux': 'f9c206e242c49ebd4ec5e4138c61f4fb2816065b',
'mac': '7e1803f5c51d0763061d2980fd9af5750ac9d9c8',
'linux': '8e7b02e8ce710f8c8f9c7c7d5aa00cc724a7c059',
'mac': '332099f1650ec7eaa57069344b5bcf3c23a08839',
}
TRACE_TO_TEXT_PATH = tempfile.gettempdir()
TRACE_TO_TEXT_BASE_URL = ('https://storage.googleapis.com/perfetto/')
Expand Down

1 comment on commit e26b01b

@tmm1
Copy link

@tmm1 tmm1 commented on e26b01b Apr 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script now fails on macOS:

No such object: perfetto/trace_to_text-mac-332099f1650ec7eaa57069344b5bcf3c23a08839

Please sign in to comment.