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

Commit 9955f00a authored by Wei Jia's avatar Wei Jia
Browse files

RTSP: add more info for PLAY command.

Change-Id: Id22eaf546aff06397321342d4d86cd8ddcb243da
parent da53ce37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1131,7 +1131,7 @@ struct MyHandler : public AHandler {
                int32_t result;
                CHECK(msg->findInt32("result", &result));

                ALOGI("PLAY completed with result %d (%s)",
                ALOGI("PLAY (for resume) completed with result %d (%s)",
                     result, strerror(-result));

                mCheckPending = false;
@@ -1282,7 +1282,7 @@ struct MyHandler : public AHandler {
                int32_t result;
                CHECK(msg->findInt32("result", &result));

                ALOGI("PLAY completed with result %d (%s)",
                ALOGI("PLAY (for seek) completed with result %d (%s)",
                     result, strerror(-result));

                mCheckPending = false;