mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 19:43:11 +02:00
Added logging
This commit is contained in:
@@ -169,6 +169,8 @@ public class Widget extends AppWidgetProvider {
|
||||
}
|
||||
|
||||
static void update(Context context) {
|
||||
EntityLog.log(context, "Widget update");
|
||||
|
||||
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
||||
if (appWidgetManager == null) {
|
||||
Log.w("No app widget manager"); // Fairphone FP2
|
||||
|
||||
@@ -169,7 +169,8 @@ public class WidgetUnified extends AppWidgetProvider {
|
||||
}
|
||||
|
||||
static void updateData(Context context) {
|
||||
Log.i("Widget unified update");
|
||||
EntityLog.log(context, "Widget unified update");
|
||||
|
||||
if (ActivityBilling.isPro(context)) {
|
||||
AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context);
|
||||
if (appWidgetManager == null) {
|
||||
|
||||
Reference in New Issue
Block a user