1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Added logging

This commit is contained in:
M66B 2021-06-19 18:03:37 +02:00
parent d87da744e8
commit 3baa60dc3e

View file

@ -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);