Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c8ac921 authored by John Reck's avatar John Reck
Browse files

Dumping a trace isn't an error

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