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

Commit 11fabf70 authored by Daichi Hirono's avatar Daichi Hirono Committed by Android (Google) Code Review
Browse files

Merge "Remove LOG_NDEBUG 0 from AppFuse JNI." into nyc-dev

parents 0f36ba81 d0ef1394
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;