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

Commit 8cfff7b8 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Enable transport logging based on isLoggable()."

parents 7c730311 22e834f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2112,6 +2112,10 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
                mSingleUser = (info.flags & ProviderInfo.FLAG_SINGLE_USER) != 0;
                setAuthorities(info.authority);
            }
            if (Build.IS_DEBUGGABLE) {
                setTransportLoggingEnabled(Log.isLoggable(getClass().getSimpleName(),
                        Log.VERBOSE));
            }
            ContentProvider.this.onCreate();
        }
    }