Skip to content

Commit

Permalink
Merge branch 'master' of github.com:velocidi/adstax-android-sdk into …
Browse files Browse the repository at this point in the history
…master
  • Loading branch information
dimamo5 committed Sep 11, 2020
2 parents 023be4a + 77765e5 commit 84a2387
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ internal open class GetAdvertisingIdTask(val listener: (AdvertisingInfo) -> Unit
return try {
getAdvertisingId(context)
} catch (e: Exception) {
throw Exception("Unable to collect advertising ID from Google Play Services.")
Log.w(Constants.LOG_TAG, "Unable to collect advertising ID from Google Play Services.")
AdvertisingInfo("", false)
}
}

Expand Down

0 comments on commit 84a2387

Please sign in to comment.