mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
minor fix for log message while removing tmpdir
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user