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

Commit f834ca5e authored by Michal Piechowski's avatar Michal Piechowski Committed by android-build-merger
Browse files

Merge "Don\'t print both current and new URIs by default" am: bf1e74ed

am: e03fe519

* commit 'e03fe519':
  Don't print both current and new URIs by default

Change-Id: I737307813a1cc8119d84127f7d741382c3ece44c
parents 91a1882a e03fe519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1175,7 +1175,7 @@ static double uniformRand() {
#endif

bool LiveSession::UriIsSameAsIndex(const AString &uri, int32_t i, bool newUri) {
    ALOGI("[timed_id3] i %d UriIsSameAsIndex newUri %s, %s", i,
    ALOGV("[timed_id3] i %d UriIsSameAsIndex newUri %s, %s", i,
            newUri ? "true" : "false",
            newUri ? mStreams[i].mNewUri.c_str() : mStreams[i].mUri.c_str());
    return i >= 0