Loading cmds/bugreport/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com cmds/bugreportz/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com cmds/dumpstate/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com smoreland@google.com No newline at end of file cmds/dumpsys/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com Loading cmds/lshal/ListCommand.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -731,16 +731,17 @@ Status ListCommand::fetchBinderizedEntry(const sp<IServiceManager> &manager, [hashChain](const auto& ret) { *hashChain = std::move(ret); }); if (!hashRet.isOk()) { handleError(TRANSACTION_ERROR, "getHashChain failed: " + hashRet.description()); break; // skip getHashChain } if (static_cast<size_t>(hashIndex) >= hashChain->size()) { handleError(BAD_IMPL, "interfaceChain indicates position " + std::to_string(hashIndex) + " but getHashChain returns " + std::to_string(hashChain->size()) + " hashes"); } else { break; // skip getHashChain } auto&& hashArray = (*hashChain)[hashIndex]; entry->hash = android::base::HexString(hashArray.data(), hashArray.size()); } } while (0); if (status == OK) { entry->serviceStatus = ServiceStatus::ALIVE; Loading Loading
cmds/bugreport/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com
cmds/bugreportz/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com
cmds/dumpstate/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com smoreland@google.com No newline at end of file
cmds/dumpsys/OWNERS +1 −1 Original line number Diff line number Diff line set noparent gavincorkery@google.com ronish@google.com nandana@google.com jsharkey@android.com Loading
cmds/lshal/ListCommand.cpp +4 −3 Original line number Diff line number Diff line Loading @@ -731,16 +731,17 @@ Status ListCommand::fetchBinderizedEntry(const sp<IServiceManager> &manager, [hashChain](const auto& ret) { *hashChain = std::move(ret); }); if (!hashRet.isOk()) { handleError(TRANSACTION_ERROR, "getHashChain failed: " + hashRet.description()); break; // skip getHashChain } if (static_cast<size_t>(hashIndex) >= hashChain->size()) { handleError(BAD_IMPL, "interfaceChain indicates position " + std::to_string(hashIndex) + " but getHashChain returns " + std::to_string(hashChain->size()) + " hashes"); } else { break; // skip getHashChain } auto&& hashArray = (*hashChain)[hashIndex]; entry->hash = android::base::HexString(hashArray.data(), hashArray.size()); } } while (0); if (status == OK) { entry->serviceStatus = ServiceStatus::ALIVE; Loading