mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-04-22 10:52:16 +00:00
fix: last crash not working (#8)
This commit is contained in:
parent
8bb267aaff
commit
5f9c01dbd1
@ -218,7 +218,7 @@ class CrashHandler private constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// update the store
|
// update the store
|
||||||
prefs.edit().putLong(prefsKey, now).apply()
|
prefs.edit().putLong(prefsKey, now).commit()
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i(TAG, "Collecting Error")
|
Log.i(TAG, "Collecting Error")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user