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

Commit 2e57163f authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Make test_track_devices.cpp output easier to read.

Change-Id: I2d85cdbe591a6ee9763e742805f281cb26d7b122
parent 14799c62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ int main(int argc, char* argv[]) {
        if (!android::base::ReadFully(s, buffer, len))
            panic("could not read data");

        printf( "received header %.*s (%d bytes):\n%.*s", 4, head, len, len, buffer );
        printf( "received header %.*s (%d bytes):\n%.*s----\n", 4, head, len, len, buffer );
    }
    close(s);
}