mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
d87da744e8
commit
3baa60dc3e
|
@ -34,7 +34,7 @@ public class ReceiverAutoStart extends BroadcastReceiver {
|
|||
if (ACTION_EXACT.equals(action) ||
|
||||
Intent.ACTION_BOOT_COMPLETED.equals(action) ||
|
||||
Intent.ACTION_MY_PACKAGE_REPLACED.equals(action)) {
|
||||
Log.i("Received " + intent);
|
||||
EntityLog.log(context, "Received " + intent);
|
||||
|
||||
if (Intent.ACTION_MY_PACKAGE_REPLACED.equals(action))
|
||||
ApplicationEx.upgrade(context);
|
||||
|
|
Loading…
Reference in New Issue