Skip to content
Snippets Groups Projects
Commit b8f0c32a authored by kr328's avatar kr328
Browse files

Chore: remove migration error tracking

parent 4d580eda
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,6 @@ dependencies {
implementation("androidx.room:room-runtime:$roomVersion")
implementation("androidx.room:room-ktx:$roomVersion")
implementation("androidx.core:core-ktx:$ktxVersion")
implementation("com.microsoft.appcenter:appcenter-analytics:$appcenterVersion")
implementation("com.microsoft.appcenter:appcenter-crashes:$appcenterVersion")
implementation("dev.rikka.rikkax.preference:multiprocess:$muiltprocessVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")
}
\ No newline at end of file
......@@ -12,7 +12,6 @@ import com.github.kr328.clash.service.model.Profile
import com.github.kr328.clash.service.util.generateProfileUUID
import com.github.kr328.clash.service.util.pendingDir
import com.github.kr328.clash.service.util.sendProfileChanged
import com.microsoft.appcenter.crashes.Crashes
import java.io.File
internal suspend fun migrationFromLegacy(context: Context) {
......@@ -37,8 +36,6 @@ internal suspend fun migrationFromLegacy(context: Context) {
}
}
} catch (e: Exception) {
Crashes.trackError(e)
Log.w("Migration legacy database: $e", e)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment