I'm trying to debug an application and I've used debug view before on a different app. However no devices show for this app while it shows on the other app how can that happen?
I did the following.
Open the terminal. and entered a command.
cd C:\Android\platform-tools
adb shell setprop debug.firebase.analytics.app com.example.myapp
start the app(com.example.myapp). Check [Firebase -> Analytics -> DebugVIew]
For one app it shows my devices for the other it does not show. What can I do to fix this???