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

Commit 23315095 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 748f4b8d: Merge "update mLastSlash for gdbserver"

* commit '748f4b8d':
  update mLastSlash for gdbserver
parents b1c9430c 748f4b8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,7 @@ public:

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