log onDestroy too

This commit is contained in:
Eric House 2016-03-14 21:46:28 -07:00
parent 0a843bd430
commit f23a28cbce

View file

@ -94,6 +94,7 @@ public class XWFragment extends Fragment implements Delegator {
@Override @Override
public void onDestroy() public void onDestroy()
{ {
DbgUtils.logdf( "%s.onDestroy() called", this.getClass().getName() );
m_dlgt.onDestroy(); m_dlgt.onDestroy();
super.onDestroy(); super.onDestroy();
} }