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