Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] Log stop when app killed and relaunched #5739

Closed
3 tasks done
kefahB opened this issue Jun 1, 2023 · 1 comment · Fixed by #5755
Closed
3 tasks done

[Android] Log stop when app killed and relaunched #5739

kefahB opened this issue Jun 1, 2023 · 1 comment · Fixed by #5755
Labels

Comments

@kefahB
Copy link

kefahB commented Jun 1, 2023

Issue Description

Hi,

The CLI stop logging on android when we kill the app and relaunch it again, this happen on real device.

Reproduction

No response

Relevant log output (if applicable)

No response

Environment

No response

Please accept these terms

@kefahB kefahB added the bug-pending-triage Reported bug, pending triage to confirm. label Jun 1, 2023
@rigor789 rigor789 added ux and removed bug-pending-triage Reported bug, pending triage to confirm. labels Jun 1, 2023
@rigor789
Copy link
Member

rigor789 commented Jun 1, 2023

This is a limitation with how it's currently filtering logs based on the spawned process id (pid). We could/should likely switch to filtering based on the package id instead, so we can keep showing logs even after the app is killed/restarted manually on the device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants