* commit '88748e6dc0151916f6bd19ffde8ba96fe8fd0a87': Quiet the log.
This commit is contained in:
@@ -89,7 +89,7 @@ status_t MediaScanner::doProcessDirectory(
|
||||
if (pathRemaining >= 8 /* strlen(".nomedia") */ ) {
|
||||
strcpy(fileSpot, ".nomedia");
|
||||
if (access(path, F_OK) == 0) {
|
||||
LOGD("found .nomedia, setting noMedia flag\n");
|
||||
LOGV("found .nomedia, setting noMedia flag\n");
|
||||
noMedia = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user