commit | f85317fb437a908f69031f7a420d4cade6c661a3 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Dec 26 09:22:24 2022 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Sat Dec 31 23:41:29 2022 +0000 |
tree | b0bb3d9c9923775775929134a58842cf40e56967 | |
parent | 433dae11cefa737c1391be69c4f4e87d244260b8 [diff] |
Make an error message more informative From https://android-build.googleplex.com/builds/tests/view?testResultId=TR66328435937757440&invocationId=I00700010119503421: system/core/init/init_test.cpp:219: Failure Failed Value of: service->Start() Actual: createProcessGroup(0, 15611) failed for service 'console' Expected: is ok The above error message does not contain enough information to root-cause the test failure. Hence this CL that makes an error message more informative. Bug: 262090304 Change-Id: I09929b2f2aabf1eec4d90ec93234a9e968888da4 Signed-off-by: Bart Van Assche <bvanassche@google.com>