File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
iterableapi/src/main/java/com/iterable/iterableapi Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1291,15 +1291,11 @@ private String getAdvertisingId() {
1291
1291
advertisingId = advertisingIdInfo .getId ();
1292
1292
}
1293
1293
}
1294
- } catch (IOException e ) {
1295
- IterableLogger .w (TAG , e .getMessage ());
1296
- } catch (GooglePlayServicesNotAvailableException e ) {
1297
- IterableLogger .w (TAG , e .getMessage ());
1298
- } catch (GooglePlayServicesRepairableException e ) {
1299
- IterableLogger .w (TAG , e .getMessage ());
1300
1294
} catch (ClassNotFoundException e ) {
1301
1295
IterableLogger .d (TAG , "ClassNotFoundException: Can't track ADID. " +
1302
1296
"Check that play-services-ads is added to the dependencies." , e );
1297
+ } catch (Exception e ) {
1298
+ IterableLogger .w (TAG , e .getMessage ());
1303
1299
}
1304
1300
return advertisingId ;
1305
1301
}
You can’t perform that action at this time.
0 commit comments