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 @@ -1281,15 +1281,11 @@ private String getAdvertisingId() {
1281
1281
advertisingId = advertisingIdInfo .getId ();
1282
1282
}
1283
1283
}
1284
- } catch (IOException e ) {
1285
- IterableLogger .w (TAG , e .getMessage ());
1286
- } catch (GooglePlayServicesNotAvailableException e ) {
1287
- IterableLogger .w (TAG , e .getMessage ());
1288
- } catch (GooglePlayServicesRepairableException e ) {
1289
- IterableLogger .w (TAG , e .getMessage ());
1290
1284
} catch (ClassNotFoundException e ) {
1291
1285
IterableLogger .d (TAG , "ClassNotFoundException: Can't track ADID. " +
1292
1286
"Check that play-services-ads is added to the dependencies." , e );
1287
+ } catch (Exception e ) {
1288
+ IterableLogger .w (TAG , e .getMessage ());
1293
1289
}
1294
1290
return advertisingId ;
1295
1291
}
You can’t perform that action at this time.
0 commit comments