barbeau / gpstest

The #1 open-source Android GNSS/GPS test program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logging resets on a portrait/landscape mode change

Fuzl opened this issue · comments

commented

Summary:

A new log file is created on each portrait/landscape mode change

Steps to reproduce:

  • Launch app with file logging enabled. Go into "Accuracy" view.
  • Change from portrait to landscape
  • An information bubble states a new logging file is created

Expected behavior:

No new logging file on portrait/lanscape change

Observed behavior:

Device and Android version:

Pixel 4 device with latest 5th mai security update on an Android 10.
There is no Google Play Services app in my app lists :( I guess they renamed it but could not find to what. So I cannot show the version.

Screenshots:

Screenshot_20200507-090612

@Fuzl Thanks for reporting this! I'll take a look.

Work-in-progress PR at #405.

Looking at the master branch and latest release v3.8.4, logs are overwritten on a Samsung Galaxy S8+ w/ Android 9 instead of being appended to. Re-opening...