79.0.2 pairing uplift (#13188)

* For #11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (#13124)

Our kotlin code is not catching the `MissingResourceException` in the `LeanplumMetricsService` which results in the app crashing when the locale isn't known by the device.

Catches the exception, and falls back to the ISO 639 language code. This isn't a great solution, because ISO 639 isn't especially stable.

In practice however this is almost certainly never going to be a problem because Leanplum isn't going to be supported in such exotic locales.

In this case, using the ISO 639 language code allows the error message to be more informative.

* Bump AC version to uplift pairing crash AC#7944

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
releases/v79.0.0 v79.0.2
liuche 4 years ago committed by GitHub
parent 12694008ac
commit ceae079a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "48.0.11"
const val VERSION = "48.0.12"
}

Loading…
Cancel
Save