We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f92a4b + c270787 commit 9a5f535Copy full SHA for 9a5f535
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -1315,7 +1315,7 @@ private String getAdvertisingId() {
1315
IterableLogger.d(TAG, "ClassNotFoundException: Can't track ADID. " +
1316
"Check that play-services-ads is added to the dependencies.", e);
1317
} catch (Exception e) {
1318
- IterableLogger.w(TAG, e.getMessage());
+ IterableLogger.w(TAG, "Error while fetching advertising ID", e);
1319
}
1320
return advertisingId;
1321
0 commit comments