|
|
@ -78,7 +78,8 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected void onCreate(Bundle savedInstanceState) {
|
|
|
|
protected void onCreate(Bundle savedInstanceState) {
|
|
|
|
EntityLog.log(this, "Activity create " + this.getClass().getName() +
|
|
|
|
EntityLog.log(this, "Activity create " + this.getClass().getName() +
|
|
|
|
" version=" + BuildConfig.VERSION_NAME);
|
|
|
|
" version=" + BuildConfig.VERSION_NAME +
|
|
|
|
|
|
|
|
" process=" + android.os.Process.myPid());
|
|
|
|
Intent intent = getIntent();
|
|
|
|
Intent intent = getIntent();
|
|
|
|
if (intent != null)
|
|
|
|
if (intent != null)
|
|
|
|
EntityLog.log(this, intent +
|
|
|
|
EntityLog.log(this, intent +
|
|
|
|