Created
October 11, 2011 20:05
-
-
Save zunda/1279245 to your computer and use it in GitHub Desktop.
Galaxy Tab 10.1につないでるとddmsが落ちる
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:03:25 E/ddms: shutting down due to uncaught exception | |
10:03:25 E/ddms: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds) | |
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.IllegalArgumentException: Index out of bounds) | |
at org.eclipse.swt.SWT.error(Unknown Source) | |
at org.eclipse.swt.SWT.error(Unknown Source) | |
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source) | |
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source) | |
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) | |
at com.android.ddms.UIThread.runUI(UIThread.java:492) | |
at com.android.ddms.Main.main(Main.java:103) | |
Caused by: java.lang.IllegalArgumentException: Index out of bounds | |
at org.eclipse.swt.SWT.error(Unknown Source) | |
at org.eclipse.swt.SWT.error(Unknown Source) | |
at org.eclipse.swt.SWT.error(Unknown Source) | |
at org.eclipse.swt.widgets.Widget.error(Unknown Source) | |
at org.eclipse.swt.widgets.Table.getItem(Unknown Source) | |
at com.android.ddmuilib.logcat.LogFilter.flush(LogFilter.java:451) | |
at com.android.ddmuilib.logcat.LogPanel.asyncRefresh(LogPanel.java:1175) | |
at com.android.ddmuilib.logcat.LogPanel.access$1300(LogPanel.java:71) | |
at com.android.ddmuilib.logcat.LogPanel$10.run(LogPanel.java:1153) | |
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source) | |
... 5 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment