Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a76430eb authored by Nishant Dande's avatar Nishant Dande
Browse files

Use Timber for exception

parent 5129608a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class LoginSourceGPlay @Inject constructor(
            try {
                gson.fromJson(authJson, AuthData::class.java)
            } catch (e: Exception) {
                e.printStackTrace()
                Timber.e(e)
                null
            }
        }