We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad46397 commit 825e5c3Copy full SHA for 825e5c3
dex2oat/src/main/cpp/dex2oat.c
@@ -108,7 +108,7 @@ int main(int argc, char **argv) {
108
close(sock_fd);
109
LOGD("sock: %s %d", sock.sun_path + 1, stock_fd);
110
111
- const char *new_argv[argc + 2];
+ const char *new_argv[argc + 3];
112
for (int i = 0; i < argc; i++) new_argv[i] = argv[i];
113
new_argv[argc] = "--inline-max-code-units=0";
114
new_argv[argc + 1] = "--avoid-storing-invocation";
0 commit comments