Loading services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.IBinder.DeathRecipient; import android.os.Looper; import android.os.RemoteException; import android.os.ServiceManager; import android.os.SystemProperties; import android.os.UpdateEngine; import android.os.UpdateEngineCallback; import android.os.UserHandle; Loading Loading @@ -79,7 +80,7 @@ public final class ProfcollectForwardingService extends SystemService { */ public static boolean enabled() { return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PROFCOLLECT_NATIVE_BOOT, "enabled", false); false) || SystemProperties.getBoolean("persist.profcollectd.enabled_override", false); } @Override Loading Loading
services/profcollect/src/com/android/server/profcollect/ProfcollectForwardingService.java +2 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.IBinder.DeathRecipient; import android.os.Looper; import android.os.RemoteException; import android.os.ServiceManager; import android.os.SystemProperties; import android.os.UpdateEngine; import android.os.UpdateEngineCallback; import android.os.UserHandle; Loading Loading @@ -79,7 +80,7 @@ public final class ProfcollectForwardingService extends SystemService { */ public static boolean enabled() { return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PROFCOLLECT_NATIVE_BOOT, "enabled", false); false) || SystemProperties.getBoolean("persist.profcollectd.enabled_override", false); } @Override Loading