Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ private String getAdvertisingId() {
IterableLogger.d(TAG, "ClassNotFoundException: Can't track ADID. " +
"Check that play-services-ads is added to the dependencies.", e);
} catch (Exception e) {
IterableLogger.w(TAG, e.getMessage());
IterableLogger.w(TAG, "Error while fetching advertising ID", e);
}
return advertisingId;
}
Expand Down