mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-30 03:27:34 +01:00
Bangle.js:actTrk:add error msg re get file dir
This commit is contained in:
parent
0ac6da3903
commit
f0826286dc
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user