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.
To enable sending of DebugView data on a connected Android test device for a configured Firebase Analytics app, execute the following command: This behavior persists until you explicitly disable it by executing the following command: adb shell setprop debug.firebase.analytics.app .none.
Click Tools > Firebase to open the Assistant window. Click to expand one of the listed features (for example, Analytics), then click the Get Started tutorial to connect to Firebase and add the necessary code to your app.
To Enable the debug mode we need to execute the following command. adb shell setprop debug.firebase.analytics.app <package_name> Where to write this command?
DebugView enables you to see the raw event data logged by your app on development devices in near real-time.
Looks like there is a problem with Firebase DebugView. It doesn't work on me either.
I tried following steps and its working for me
You will see your device listed in Firebase DebugView
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
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