mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
log onDestroy too
This commit is contained in:
parent
0a843bd430
commit
f23a28cbce
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue