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

Commit 8d2cdbf6 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Remove noisy debug logs.

Change-Id: Id8eeaa1574074a3992aa3e50cc7cb1733c61f431
parent ca38a37f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -111,9 +111,6 @@ public final class ContactsApplication extends Application {
        PreferenceManager.getDefaultSharedPreferences(context);
        AccountTypeManager.getInstance(context);

        LoaderManager.enableDebugLogging(Log.isLoggable(Constants.LOADER_MANAGER_TAG, Log.DEBUG));
        FragmentManager.enableDebugLogging(
                Log.isLoggable(Constants.FRAGMENT_MANAGER_TAG, Log.DEBUG));
        if (Log.isLoggable(Constants.STRICT_MODE_TAG, Log.DEBUG)) {
            StrictMode.setThreadPolicy(
                    new StrictMode.ThreadPolicy.Builder().detectAll().penaltyLog().build());