libmvi/src/main/java/com/runt/open/mvi/utils/DeviceIdUtils.java
@@ -51,7 +51,7 @@ TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); return tm.getDeviceId(); } catch (Exception e) { //e.printStackTrace(); e.printStackTrace(); } return ""; }