Improve: remove tracking for flavor 'foss'
This commit is contained in:
14
app/src/foss/java/com/github/kr328/clash/Tracker.kt
Normal file
14
app/src/foss/java/com/github/kr328/clash/Tracker.kt
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.github.kr328.clash
|
||||
|
||||
import android.app.Application
|
||||
|
||||
@Suppress("UNUSED_PARAMETER")
|
||||
object Tracker {
|
||||
fun initialize(application: Application) {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
fun uploadLogcat(logcat: String) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user