mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
log svn rev
This commit is contained in:
parent
39e752cbc9
commit
e4ba5fb5fd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class XWApp extends Application {
|
||||||
public void onCreate()
|
public void onCreate()
|
||||||
{
|
{
|
||||||
Utils.logEnable( this );
|
Utils.logEnable( this );
|
||||||
Utils.logf( "XWApp.onCreate()" );
|
Utils.logf( "XWApp.onCreate(); svn_rev=%s", getString(R.string.git_rev_gen) );
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue