Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24488bd0 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Fix build. Instantiate object before use.

bug:2673562
Change-Id: I1e39f7847c25c5c1923a7b7e864b402c94834528
parent 46318cf9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ public class ThrottleService extends IThrottleManager.Stub {
        if (DBG) Slog.d(TAG, "Starting ThrottleService");
        mContext = context;

        mPolicyThreshold = new AtomicLong();
        mPolicyThrottleValue = new AtomicInteger();
        mThrottleIndex = new AtomicInteger();

        mNtpActive = false;

        mIface = mContext.getResources().getString(R.string.config_datause_iface);