Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Conversation

@bdero
Copy link
Member

@bdero bdero commented Jun 16, 2023

Part of flutter/flutter#128989.

The Mali Offline compiler outputs errors in the output file. So add a special execution script that dumps the output file to stdout when malioc fails.

Copy link

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

Looks like python to me!

@bdero bdero force-pushed the bdero/malioc-errors branch from 0dc1aab to 84f3ac2 Compare June 16, 2023 03:36
@bdero bdero merged commit 9bbc8f6 into master Jun 16, 2023
@bdero bdero deleted the bdero/malioc-errors branch June 16, 2023 03:38
bdero added a commit to flutter/engine that referenced this pull request Jun 17, 2023

import json
import os
import sys
Copy link
Member

Choose a reason for hiding this comment

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

nit: alphabetize imports

@@ -0,0 +1,54 @@
# Copyright 2013 The Flutter Authors. All rights reserved.
Copy link
Member

Choose a reason for hiding this comment

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

I'm a bit uncertain about the need for this wrapper script since the script that it wraps is already a wrapper around the underlying malioc binary. Is there some way to merge this functionality into the existing wrapper script in the engine repo?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh shoot, I should have read malioc.gni more closely. I mistakenly thought it was running malioc directly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants