Loading cmds/atrace/atrace.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1465,11 +1465,12 @@ int main(int argc, char **argv) // Reset the trace buffer size to 1. if (traceStop) { cleanUpVendorTracing(); cleanUpUserspaceTracing(); if (!onlyUserspace) if (!onlyUserspace) { cleanUpVendorTracing(); cleanUpKernelTracing(); } } return g_traceAborted ? 1 : 0; } Loading
cmds/atrace/atrace.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -1465,11 +1465,12 @@ int main(int argc, char **argv) // Reset the trace buffer size to 1. if (traceStop) { cleanUpVendorTracing(); cleanUpUserspaceTracing(); if (!onlyUserspace) if (!onlyUserspace) { cleanUpVendorTracing(); cleanUpKernelTracing(); } } return g_traceAborted ? 1 : 0; }