Skip to content

Commit 32d9ba5

Browse files
Update app/src/main/java/com/example/theloop/DayAheadWidget.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7a4d79e commit 32d9ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/theloop/DayAheadWidget.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DayAheadWidget : AppWidgetProvider() {
3737
updateAppWidget(context, appWidgetManager, appWidgetId, weatherEntity?.json, summary, gson)
3838
}
3939
} catch (e: Exception) {
40-
e.printStackTrace()
40+
android.util.Log.e("DayAheadWidget", "Error in onUpdate", e)
4141
} finally {
4242
pendingResult.finish()
4343
}

0 commit comments

Comments
 (0)