What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Bionic crashing ddms.

mpyusko

New Member
I just downloaded and installed the latest Android SDK with the Platform Tools package. I can load up ddms fine, but as soon as I plug in my BIONIC it crashes and closes. If the BIONIC is already plugged in, then it never opens. I get the same error in every case.

Code:
07:58:00 D/DeviceMonitor: Connecting to adb for Device List Monitoring...07:58:00 V/ddms: execute: running getprop
07:58:00 D/ddms: Created: [Debugger 8600-->30777 inactive]
07:58:01 D/ddm-heap: Sending REAQ
07:58:01 V/ddms: Adding req 0x40000000 to set
07:58:01 D/ddms: Adding new client [Client pid: 30777]
07:58:01 D/ddm-debugger: key in unknown state
07:58:01 E/ddms: shutting down due to uncaught exception
07:58:01 E/ddms: null
java.lang.AssertionError
   at com.android.ddmlib.MonitorThread.processDebugSelectedActivity(MonitorThread.java:739)
   at com.android.ddmlib.MonitorThread.run(MonitorThread.java:269)
This is on Debian (32-bit) squeeze/wheezy (updates) Kernel 3.1, etc... ADB 1.0.29, DDMS rev. 16, etc...

Any ideas on how I can fix this? Thanks.
 
Back
Top