1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-06 21:28:11 +02:00

Bangle.js:actTrk:add error msg re get file dir

This commit is contained in:
Ganblejs 2024-03-18 22:13:16 +01:00 committed by José Rebelo
parent 0ac6da3903
commit f0826286dc

View File

@ -115,6 +115,7 @@ class BangleJSActivityTrack {
try {
dir = FileUtils.getExternalFilesDir();
} catch (IOException e) {
LOG.error("Failed at getting external files directory with error: " + e);
resetPacketCount();
return null;
}