diff --git a/Branch-SDK/src/main/java/io/branch/referral/DeviceInfo.java b/Branch-SDK/src/main/java/io/branch/referral/DeviceInfo.java index 14f5c8a68..39017fd1d 100644 --- a/Branch-SDK/src/main/java/io/branch/referral/DeviceInfo.java +++ b/Branch-SDK/src/main/java/io/branch/referral/DeviceInfo.java @@ -29,6 +29,8 @@ class DeviceInfo { private final SystemObserver systemObserver_; private final Context context_; + private final int test; + /** * Get the singleton instance for this class * @@ -43,6 +45,7 @@ static DeviceInfo getInstance() { DeviceInfo(Context context) { context_ = context; systemObserver_ = new SystemObserverInstance(); + test = 123; } /**