Loading core/jni/com_android_internal_content_NativeLibraryHelper.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -327,6 +327,7 @@ public: // Exception: If we find the gdbserver binary, return it. // Exception: If we find the gdbserver binary, return it. if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) { if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) { mLastSlash = lastSlash; break; break; } } Loading Loading
core/jni/com_android_internal_content_NativeLibraryHelper.cpp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -327,6 +327,7 @@ public: // Exception: If we find the gdbserver binary, return it. // Exception: If we find the gdbserver binary, return it. if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) { if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) { mLastSlash = lastSlash; break; break; } } Loading