Searched refs:lenDiff (Results 1 – 1 of 1) sorted by relevance
45 final int lenDiff = tag.length() - MAX_TAG_LEN; in Tag() local46 if (lenDiff > 0) { in Tag()47 w(TAG, "Tag " + tag + " is " + lenDiff + " chars longer than limit."); in Tag()49 mValue = CAMERA_LOGTAG_PREFIX + (lenDiff > 0 ? tag.substring(0, MAX_TAG_LEN) : tag); in Tag()