commit | dea063b65d16f8890bef4870ee142f5a6fc9623c | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Tue Nov 08 17:40:49 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Wed Nov 09 17:12:39 2022 +0800 |
tree | d9c2f5068c2be2ef2288fc2c9529e731664d7adb | |
parent | 6be7351bab9b71f8c228ba8cbfa110ea418ce8cf [diff] |
remount: Remove all remaining opaque exit code (RemountStatus enum) All errors are already logged and the exit code is not used anywhere by anyone. Functions should instead return (true/false) or (EXIT_SUCCESS/EXIT_FAILURE) to indicate error state, and log error reasons to logd and stderr. Bug: 241688845 Test: adb-remount-test Change-Id: Iba86a814a75f81ed0f6e43659d1aca72813824bc