Skip to content

Commit 86b6ac4

Browse files
committed
Credential exchange was unstable. Had nothing to do with BT but with credential validity timestamps. Anyway, always a good idea to commit.
1 parent a721e0c commit 86b6ac4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/net/sharksystem/asap/android/apps/ASAPApplication.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ public void setOnlinePeersList(List<CharSequence> peerList) {
465465
}
466466

467467
private String getLogStart() {
468+
// int objectID = this.hashCode();
469+
// return "ASAPApplication(" + objectID + ")";
468470
return "ASAPApplication";
469471
}
470472
}

0 commit comments

Comments
 (0)