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

Commit 29851dd6 authored by narinder Rana's avatar narinder Rana
Browse files

logs for debuging

parent 8ab2907c
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1649,6 +1649,7 @@ open class MessageList :
                for (account in accounts) {
                    Log.e("MessageList", "account.email "+account.email)
                    if (emailId == account.email) {
                        Log.e("MessageList", "account.email true..")
                        if (account.name == null) { // we need to fix an old bug
                            account.name = emailId
                            Preferences.getPreferences(this).saveAccount(account)
@@ -1657,8 +1658,9 @@ open class MessageList :
                        break
                    }
                }
                if (accountIsSignedIn) {
                Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn)
                if (!accountIsSignedIn) {

                    GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@")
                  //  EeloAccountCreator.createAccount(this, emailId, "")
                    accountWasAdded = true