mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Readding log that I accidently deleted
This commit is contained in:
parent
a014900e37
commit
06efa26f5e
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class LoginTask extends AsyncTask<String, String, String> {
|
|||
@Override
|
||||
protected void onPostExecute(String result) {
|
||||
super.onPostExecute(result);
|
||||
Timber.d("Login done!");
|
||||
EventLog.schema(CommonsApplication.EVENT_LOGIN_ATTEMPT)
|
||||
.param("username", username)
|
||||
.param("result", result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue