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

Commit c2c75161 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "update mLastSlash for gdbserver" into lmp-preview-dev

parents ea384193 63948b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ public:

            // Exception: If we find the gdbserver binary, return it.
            if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) {
                mLastSlash = lastSlash;
                break;
            }