Benjamin-Loison / waydroid

Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
https://waydro.id
GNU General Public License v3.0
0 stars 0 forks source link

[BUG] Missing new line #34

Open Benjamin-Loison opened 5 months ago

Benjamin-Loison commented 5 months ago

Describe the bug

When start Waydroid graphically:

image

On my Framework Linux Mint Cinnamon VirtualBox Linux Mint (trust) virtual machine (maybe I have modified the logs due to Improve_websites_thanks_to_open_source/issues/494):

sudo waydroid upgrade
Output: ``` Namespace(log='/var/lib/waydroid/waydroid.log', details_to_stdout=False, verbose=False, quiet=False, wait_for_init=False, action='upgrade', offline=False, cache={}, work='/var/lib/waydroid', config='/var/lib/waydroid/waydroid.cfg', sudo_timer=True, timeout=1800, logfd=<_io.TextIOWrapper name='/var/lib/waydroid/waydroid.log' mode='a+' encoding='UTF-8'>, arch='x86_64', images_path='/var/lib/waydroid/images', vendor_type='MAINLINE', system_ota='https://ota.waydro.id/system/lineage/waydroid_x86_64/VANILLA.json', vendor_ota='https://ota.waydro.id/vendor/waydroid_x86_64/MAINLINE.json', session=None, BINDER_DRIVER='anbox-binder', VNDBINDER_DRIVER='anbox-vndbinder', HWBINDER_DRIVER='anbox-hwbinder', BINDER_PROTOCOL='aidl3', SERVICE_MANAGER_PROTOCOL='aidl3') https://sourceforge.net/projects/waydroid/files/images/system/lineage/waydroid_x86_64/lineage-18.1-20240622-VANILLA-waydroid_x86_64-system.zip/download lineage-18.1-20240622-VANILLA-waydroid_x86_64-system.zip [21:38:30] Downloading https://sourceforge.net/projects/waydroid/files/images/system/lineage/waydroid_x86_64/lineage-18.1-20240622-VANILLA-waydroid_x86_64-system.zip/download [Downloading] 773.0 MB/773.07 MB 31654.4 kbps(approx.)[21:38:58] Validating system image [21:39:00] Extracting to /var/lib/waydroid/images ```

+37

Waydroid version

Not read.

Device

Linux Desktop

Operating System

Not read.

Kernel version

Not read.

Desktop Environment

Not read.

GPU

Not read.

Logs

/var/lib/waydroid/waydroid.cfg /var/lib/waydroid/waydroid.prop /var/lib/waydroid/waydroid_base.prop /var/lib/waydroid/waydroid.log sudo waydroid shell -- logcat -d | tee logcat.txt sudo dmesg | tee dmesg.txt

Benjamin-Loison commented 1 month ago

In my opinion it is better to have possibly a useless newline than a missing one.

In the former case reading is harder but still quite fine, in the latter have to read the whole line to see different pattern.