index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
exec_utils.cc
Age
Commit message (
Expand
)
Author
2024-08-12
Fix big negative dex2oatWallTimeMillis.
Jiakai Zhang
2024-06-11
Use process groups to manage artd's subprocesses.
Jiakai Zhang
2024-06-07
Revert "Kill the child process when the parent process dies."
Jiakai Zhang
2024-06-06
Make teardown faster and more reliable.
Jiakai Zhang
2024-05-30
Kill the child process when the parent process dies.
Jiakai Zhang
2024-01-18
Add visibility attributes in runtime/e*
Dmitrii Ishcheikin
2023-12-07
Make ProcessStat collection more robust.
Jiakai Zhang
2023-02-03
Fix performance-inefficient-vector-operation clang-tidy issues
Stefano Cianciulli
2022-09-16
odrefresh: Report dex2oat result for each stage.
Jiakai Zhang
2022-09-16
Change ExecUtils to support callbacks.
Jiakai Zhang
2022-09-16
Add a function in ExecUtils to return wall time and CPU time.
Jiakai Zhang
2022-07-11
Fix ExecUtils.WaitChildWithTimeoutFallback by adding a fallback.
Jiakai Zhang
2022-07-11
Revert^2 "Update ExecUtils to support artd use cases."
Jiakai Zhang
2022-07-05
Revert "Update ExecUtils to support artd use cases."
Jiakai Zhang
2022-07-04
Update ExecUtils to support artd use cases.
Jiakai Zhang
2021-01-18
Add an overload of ExecAndReturnCode taking a timeout
Orion Hodson
2017-06-08
ART: Fix or disable some tidy warnings.
Andreas Gampe
2017-02-01
Separate art::Exec from utils
David Sehr