mirror of
https://github.com/lone-cloud/prism-android
synced 2026-06-03 19:54:44 -07:00
Fix nFails tag
This commit is contained in:
parent
3986cb916f
commit
06f39dd987
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class FgService : ForegroundService() {
|
|||
override val serviceClass = FgService::class.java
|
||||
|
||||
override fun startService(context: Context) {
|
||||
Log.d(TAG, "nFails: ${FailureCounter.nFails}")
|
||||
Log.d(FgService.TAG, "nFails: ${FailureCounter.nFails}")
|
||||
super.startService(context)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue