log svn rev

This commit is contained in:
Andy2 2011-07-19 18:14:32 -07:00
parent 39e752cbc9
commit e4ba5fb5fd

View file

@ -28,7 +28,7 @@ public class XWApp extends Application {
public void onCreate()
{
Utils.logEnable( this );
Utils.logf( "XWApp.onCreate()" );
Utils.logf( "XWApp.onCreate(); svn_rev=%s", getString(R.string.git_rev_gen) );
super.onCreate();
}
}