mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +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…
Reference in New Issue
Block a user