Small improvements

This commit is contained in:
M66B
2021-05-01 15:26:02 +02:00
parent 4c54568daf
commit e49e1d702f
3 changed files with 10 additions and 8 deletions

View File

@@ -109,7 +109,7 @@ public class ServiceExternal extends Service {
}
} catch (Throwable ex) {
Log.e(ex);
EntityLog.log(context, Log.formatThrowable(ex));
EntityLog.log(context, "External " + Log.formatThrowable(ex));
}
}
});