Home
last modified time | relevance | path

Searched refs:ENABLE_FRAGMENT_LOG (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DContactsApplication.java40 private static final boolean ENABLE_FRAGMENT_LOG = false; // Don't submit with true field in ContactsApplication
104 if (ENABLE_FRAGMENT_LOG) FragmentManager.enableDebugLogging(true); in onCreate()