commit | 0310ec4b55a8675a0226a92b812e2fae73f6678e | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <krzysio@google.com> | Wed Mar 01 04:17:57 2023 +0000 |
committer | Krzysztof Kosiński <krzysio@google.com> | Wed Mar 01 04:17:57 2023 +0000 |
tree | 33b9b2810f785447601f9961c0ee4c33d7c0571a | |
parent | 2a2760fe0a1faaf8307b79b129ff48b821407a6c [diff] |
Fix invalid uses of PLOG. PLOG reports the value of errno. These four PLOG statements are after functions that are not syscalls, leading to confusing logs such as "Failed to apply Foo task profile: Success". Bug: 271196526 Test: N/A Change-Id: Iede5274d1ceebabec8432527112291ba63dca090