File tree Expand file tree Collapse file tree
app/src/main/java/com/zeroclaw/android/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ class ZeroClawDaemonService : Service() {
210210 * flow-based. The foreground notification is posted immediately so the
211211 * system does not kill the service while waiting for I/O.
212212 */
213+ @Suppress(" CognitiveComplexMethod" , " TooGenericExceptionCaught" )
213214 private fun handleStartFromSettings () {
214215 val notification =
215216 notificationManager.buildNotification(ServiceState .STARTING )
@@ -624,6 +625,7 @@ class ZeroClawDaemonService : Service() {
624625 * detaches the foreground notification (keeping it visible as an
625626 * error indicator), and calls [stopSelf] to avoid a zombie service.
626627 */
628+ @Suppress(" CognitiveComplexMethod" , " TooGenericExceptionCaught" )
627629 private fun attemptStart (
628630 configToml : String ,
629631 host : String ,
You can’t perform that action at this time.
0 commit comments