github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/status/log_send_mobile.go (about)

     1  // Copyright 2019 Keybase, Inc. All rights reserved. Use of
     2  // this source code is governed by the included BSD license.
     3  
     4  //go:build ios || android
     5  // +build ios android
     6  
     7  package status
     8  
     9  func keybaseProcessList() string {
    10  	return "no process info available for mobile systems"
    11  }