mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
log installed android sdk versions for update and checkupdates
This commit is contained in:
parent
e163c09e26
commit
010f1c5029
2 changed files with 3 additions and 0 deletions
|
|
@ -603,6 +603,8 @@ def main():
|
|||
txt += "* started at " + common.get_wiki_timestamp(start_timestamp) + '\n'
|
||||
txt += "* completed at " + common.get_wiki_timestamp() + '\n'
|
||||
txt += "\n\n"
|
||||
txt += common.get_android_tools_version_log()
|
||||
txt += "\n\n"
|
||||
if gplaylog:
|
||||
txt += '== --gplay check ==\n\n'
|
||||
txt += gplaylog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue