Update README

This commit is contained in:
Mygod
2020-06-05 13:01:00 -04:00
parent e3d4ada213
commit df136151e3
2 changed files with 36 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ class P2pSupplicantConfiguration(private val group: WifiP2pGroup, vararg ownerAd
} catch (e: RuntimeException) {
FirebaseCrashlytics.getInstance().apply {
setCustomKey(TAG, parser.lines.joinToString("\n"))
setCustomKey("$TAG.ownerAddress", ownerAddress.toString())
setCustomKey("$TAG.ownerAddresses", ownerAddresses.joinToString())
setCustomKey("$TAG.p2pGroup", group.toString())
}
throw e