Reputation: 484
I'm trying to connect the device to DebugView. but, do not connected.
I referenced the DebugView document.
All I know is what is stated in this document.
Is there any other reason not to connect?
I simulated the following.
adb devices
adb shell setprop debug.firebase.analytics.app com.example.myapp
If my question is not clear, talk to me please.
Upvotes: 8
Views: 12804
Reputation: 2289
Make Sure your device and Laptop (While Making Connections with Firebase i.e. hitting command in CMD) is on same connection. I am facing this issue, as VPN is connected in my device, but not on laptop. When I connect VPN on laptop also. Device gets connected to Firebase debug view.
How to Go to adb
What will be your app package name
For develop build variant:
adb shell setprop debug.firebase.analytics.app com.abc.myApp.develop
For production build variant:
adb shell setprop debug.firebase.analytics.app com.abc.myApp.production
Upvotes: 1
Reputation: 1148
I tried following steps and its working for me
You will see your device listed in Firebase DebugView
Upvotes: 6
Reputation: 689
Looks like there is a problem with Firebase DebugView. It doesn't work on me either.
Upvotes: 9