Skip to content

Commit

Permalink
feat (AndroidFileUploader.java): add new logging statements
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ksidirop-laerdal committed Oct 15, 2024
1 parent 023e160 commit 7e67db0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ public boolean trySetBluetoothDevice(@NonNull final BluetoothDevice bluetoothDev
return false;

_bluetoothDevice = bluetoothDevice; //order

logMessageAdvertisement("[AFU.TSBD.010] Native Bluetooth-Device set to a new instance", "FileUploader", "TRACE", _remoteFilePathSanitized);

return true;
}

Expand Down

0 comments on commit 7e67db0

Please sign in to comment.