Skip to content

Commit 53795c1

Browse files
Update firebase-common/src/main/java/com/google/firebase/datastorage/JavaDataStorage.kt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 549003a commit 53795c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

firebase-common/src/main/java/com/google/firebase/datastorage/JavaDataStorage.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ class JavaDataStorage(val context: Context, val name: String) {
6969
ReplaceFileCorruptionHandler { ex ->
7070
Log.w(
7171
JavaDataStorage::class.simpleName,
72-
"CorruptionException in ${name} DataStore running in process ${Process.myPid()}"
72+
"CorruptionException in ${name} DataStore running in process ${Process.myPid()}",
73+
ex
7374
)
7475
emptyPreferences()
7576
}

0 commit comments

Comments
 (0)