|
|
@@ -17,12 +17,8 @@ class PlatformAndroidInfo {
|
|
|
.setBrand(androidInfo.brand)
|
|
|
.setModel(androidInfo.model);
|
|
|
|
|
|
- try {
|
|
|
- String? oaid = await Oaid.getOaid();
|
|
|
- atmobPlatformInfo.setOaid(oaid);
|
|
|
- } catch (e) {
|
|
|
- print("Failed to get OAID: $e");
|
|
|
- }
|
|
|
+ String? oaid = await Oaid.getOaid();
|
|
|
+ atmobPlatformInfo.setOaid(oaid);
|
|
|
}
|
|
|
}
|
|
|
}
|