Log revision

This commit is contained in:
M66B
2021-09-28 22:16:03 +02:00
parent 4f2b0995bf
commit b10da561e8
5 changed files with 9 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ public class ApplicationEx extends Application
long start = new Date().getTime();
Log.i("App create" +
" version=" + BuildConfig.VERSION_NAME +
" version=" + BuildConfig.VERSION_NAME + BuildConfig.REVISION +
" process=" + android.os.Process.myPid());
Log.logMemory(this, "App");