mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 17:41:08 +01:00
minor fix for log message while removing tmpdir
This commit is contained in:
parent
e6aacc5f08
commit
9f2d887ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ public final class TermuxService extends Service implements SessionChangedCallba
|
||||||
try {
|
try {
|
||||||
TermuxInstaller.deleteFolder(termuxTmpDir.getCanonicalFile());
|
TermuxInstaller.deleteFolder(termuxTmpDir.getCanonicalFile());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log.e(EmulatorDebug.LOG_TAG, "Error while removing directory " + termuxTmpDir.getAbsolutePath(), e);
|
Log.e(EmulatorDebug.LOG_TAG, "Error while removing file at " + termuxTmpDir.getAbsolutePath(), e);
|
||||||
}
|
}
|
||||||
|
|
||||||
termuxTmpDir.mkdirs();
|
termuxTmpDir.mkdirs();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue