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
I had several empty string named json blobs in Perfetto, and these seem to break Perfetto. These are displayed as [null] and various error dialogs appear. This meant I had to specify some non-empty string for every block.
And since Perfetto doesn't define a json format of it's own, deprecating the json doesn't seem like a great idea. I'm writing this json from Python, so can't call through to protobuf based api easily.
This is pretty basic support to fail on this case. I see the importer setting these on empty string in the source. But then the rest of Perfetto seems to fail handling that null string id.
I had several empty string named json blobs in Perfetto, and these seem to break Perfetto. These are displayed as [null] and various error dialogs appear. This meant I had to specify some non-empty string for every block.
And since Perfetto doesn't define a json format of it's own, deprecating the json doesn't seem like a great idea. I'm writing this json from Python, so can't call through to protobuf based api easily.
The text was updated successfully, but these errors were encountered: