facebook/flipper

Add a way to easily only see logs of the selected app

Open

#326 ouverte le 14 nov. 2018

Voir sur GitHub
 (6 commentaires) (25 réactions) (0 assignés)TypeScript (972 forks)batch import
Androidenhancementgood first issuehelp wantedplugin-logs

Métriques du dépôt

Stars
 (13 028 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

What is shown in the logs screen by default is pretty much useless: there are so many logs that the logs of your app quickly scroll away.

This is easily fixed in Android Studio: select the package of your app, and select the Regex "Show only selected application". In Flipper, not so much. With a right click, you can select PID, find a log by your app and click on this PID.

This isn't very user friendly. Another problem is that the PID of your app isn't consistent, so after a reboot or when plugging in another device, you'll have to find the correct PID again.

Therefore: please add a way to easily see the logs of a specific app which has the Flipper SDK installed.

Guide contributeur