@@ -2,6 +2,7 @@ package de.edotzlaff.detection.detektion.berechnung; | |||
import android.location.Location; | |||
import android.nfc.Tag; | |||
import android.os.Build; | |||
import android.util.Log; | |||
@@ -62,6 +63,7 @@ public class EpizentrumRechnung { | |||
erstesDetektionssignal = detektionssignale.get(i); | |||
} | |||
} | |||
Log.i(TAG, "Test"); | |||
return erstesDetektionssignal; | |||
} | |||