Loading cmds/atrace/atrace.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -771,7 +771,7 @@ static void streamTrace() // Read the current kernel trace and write it to stdout. // Read the current kernel trace and write it to stdout. static void dumpTrace() static void dumpTrace() { { ALOGE("Dumping trace"); ALOGI("Dumping trace"); int traceFD = open(k_tracePath, O_RDWR); int traceFD = open(k_tracePath, O_RDWR); if (traceFD == -1) { if (traceFD == -1) { fprintf(stderr, "error opening %s: %s (%d)\n", k_tracePath, fprintf(stderr, "error opening %s: %s (%d)\n", k_tracePath, Loading Loading
cmds/atrace/atrace.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -771,7 +771,7 @@ static void streamTrace() // Read the current kernel trace and write it to stdout. // Read the current kernel trace and write it to stdout. static void dumpTrace() static void dumpTrace() { { ALOGE("Dumping trace"); ALOGI("Dumping trace"); int traceFD = open(k_tracePath, O_RDWR); int traceFD = open(k_tracePath, O_RDWR); if (traceFD == -1) { if (traceFD == -1) { fprintf(stderr, "error opening %s: %s (%d)\n", k_tracePath, fprintf(stderr, "error opening %s: %s (%d)\n", k_tracePath, Loading