ebc81
Results
2
issues of
ebc81
add compile switch -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast -Werror=shorten-64-to-32 and compile to see result
Since you updated the Target API I think you should start a **foregroundservice** instead of **startservice**. `public void startWithDevice(SdrDevice sdrDevice, SdrTcpArguments sdrTcpArguments) { Check.isNotNull(sdrDevice); Check.isNotNull(sdrTcpArguments); addWork(sdrDevice, sdrTcpArguments); if (!isRunning) {...