Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88932aa8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "RPC Binder: test larger transaction limit more" into main

parents 93fda3c3 1965bb09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ TEST_P(BinderRpc, SendLargeVector) {
    auto proc = createRpcTestSocketServerProcess({});

    // see libbinder internal Constants.h
    const size_t kLargeSize = 550 * 1024;
    const size_t kLargeSize = 15 * 1024 * 1024;
    const std::vector<uint8_t> kTestValue(kLargeSize / sizeof(uint8_t), 42);

    std::vector<uint8_t> result;