Daniel Jih

Results 5 issues of Daniel Jih

This mirrors the db file renaming work done on Android: https://github.com/amplitude/Amplitude-Android/pull/112/files Tested the renaming on demo app on both simulator and real test device. Also tested that subsequent re-opening of...

This addresses the issue when the end session event is logged on app open and the latest app state is logged (for example the app version name), with the old...

… guarded db interactions with apikey check This is part 1 of the database migration work. We need to migrate any database interaction logic in the `init` method into the...

1. Added a custom onCorruption handler. Most of the code is from Android's `DefaultDatabaseErrorHandler`, I just added a call to Diagnostic logger to log an error with the current stack...

Support ticket reporting this crash: ``` 22836-23611/? W/AdvertisingIdClient: Error while reading from SharedPreferences java.lang.SecurityException: MODE_WORLD_READABLE no longer supported at android.app.ContextImpl.checkMode(ContextImpl.java:2420) at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:382) at android.app.ContextImpl.getSharedPreferences(ContextImpl.java:372) at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source:12) at java.lang.reflect.Method.invoke(Native Method)...