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???
There are possible reasons why you’re unable to see the test devices on the DebugView console. I suggest you start from a newly installed app and make sure that no other app is running on debug mode, see below:
adb shell setprop debug.firebase.analytics.app .none.
adb shell setprop log.tag.FA VERBOSE
adb shell setprop log.tag.FA-SVC VERBOSE
adb logcat -v time -s FA FA-SVC
adb shell setprop debug.firebase.analytics.app <PACKAGE_NAME>
Lastly, there are some reports before that different date and time settings of the debug device and your PC will cause this issue.
If this will not work on your case, you may reach out to the Firebase support team by filing a bug report.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With