mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added logging
This commit is contained in:
@@ -191,6 +191,14 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
super.onCreate(savedInstanceState);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onNewIntent(Intent intent) {
|
||||
if (intent != null)
|
||||
EntityLog.log(this, "New " + intent +
|
||||
" extras=" + TextUtils.join(", ", Log.getExtras(intent.getExtras())));
|
||||
super.onNewIntent(intent);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onSaveInstanceState(Bundle outState) {
|
||||
int before = Helper.getSize(outState);
|
||||
|
||||
Reference in New Issue
Block a user