diff options
| -rw-r--r-- | packages/MtpDocumentsProvider/jni/com_android_mtp_AppFuse.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/MtpDocumentsProvider/jni/com_android_mtp_AppFuse.cpp b/packages/MtpDocumentsProvider/jni/com_android_mtp_AppFuse.cpp index eb9601537996..7c8806e493b9 100644 --- a/packages/MtpDocumentsProvider/jni/com_android_mtp_AppFuse.cpp +++ b/packages/MtpDocumentsProvider/jni/com_android_mtp_AppFuse.cpp @@ -14,7 +14,6 @@ * limitations under the License. */ -#define LOG_NDEBUG 0 #define LOG_TAG "AppFuseJNI" #include "utils/Log.h" @@ -451,7 +450,7 @@ jboolean com_android_mtp_AppFuse_start_app_fuse_loop( ScopedFd fd(static_cast<int>(jfd)); AppFuse appfuse(env, self); - ALOGD("Start fuse loop."); + ALOGV("Start fuse loop."); while (true) { FuseRequest request; |