log fragment IDs for now while still debugging this stuff

This commit is contained in:
Eric House 2016-07-29 07:20:14 -07:00
parent e4c7b7ab40
commit 36f127fb18

View file

@ -48,7 +48,7 @@ import junit.framework.Assert;
public class MainActivity extends XWActivity
implements FragmentManager.OnBackStackChangedListener {
private static final int MAX_PANES_LANDSCAPE = 2;
private static final boolean LOG_IDS = false;
private static final boolean LOG_IDS = true;
private DelegateBase m_dlgt;
private boolean m_dpEnabled;