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

Commit 0d223630 authored by Ray Essick's avatar Ray Essick Committed by android-build-merger
Browse files

Merge "Suppress chatty debug messages" into oc-mr1-dev

am: 39557840

Change-Id: Ieb7f9ae417ffdae52f67defe8fed16e995bd0063
parents 3d084449 39557840
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ MediaAnalyticsItem::SessionID_t MediaAnalyticsService::submit(MediaAnalyticsItem

    item->setPkgName(getPkgName(item->getUid(), true));
    item->setPkgVersionCode(0);
    ALOGD("info is from uid %d pkg '%s', version %d", item->getUid(), item->getPkgName().c_str(), item->getPkgVersionCode());
    ALOGV("info is from uid %d pkg '%s', version %d", item->getUid(), item->getPkgName().c_str(), item->getPkgVersionCode());

    mItemsSubmitted++;

@@ -622,9 +622,6 @@ void MediaAnalyticsService::saveItem(List<MediaAnalyticsItem *> *l, MediaAnalyti
        while (l->size() > 0) {
            MediaAnalyticsItem * oitem = *(l->begin());
            nsecs_t when = oitem->getTimestamp();
// DEBUGGING -- remove this ALOGD() call
            if(0) ALOGD("@ now=%10" PRId64 " record when=%10" PRId64 "",
                  now, when);
            // careful about timejumps too
            if ((now > when) && (now-when) <= mMaxRecordAgeNs) {
                // this (and the rest) are recent enough to keep