Hi all.
I have a problem with my DDMS in eclipse.
In the logcat view appears only this failure:
    Logcat View fails with "Could not create the view: For input
string: "our" "

I uninstalled and reinstalled the adt and ddms already without any
change.
I can use the logcat in the command line (tools- adt logcat) but this
is not as comfortable as
using the logcat in eclipse.

Does anyone know this problem and a solution?

Thanks and best regards

Mak



More details of this failure message are:

java.lang.NumberFormatException: For input string: "our"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at com.android.ddmuilib.logcat.LogFilter.loadFromString(Unknown
Source)
        at com.android.ide.eclipse.ddms.views.LogCatView
$FilterStorage.getFilterFromStore(Unknown Source)
        at com.android.ddmuilib.logcat.LogPanel.createFilters(Unknown Source)
        at com.android.ddmuilib.logcat.LogPanel.createControl(Unknown Source)
        at com.android.ddmuilib.Panel.createPanel(Unknown Source)
        at com.android.ide.eclipse.ddms.views.LogCatView.createPartControl
(Unknown Source)
        at org.eclipse.ui.internal.ViewReference.createPartHelper
(ViewReference.java:371)
        at org.eclipse.ui.internal.ViewReference.createPart
(ViewReference.java:230)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart
(WorkbenchPartReference.java:594)
        at org.eclipse.ui.internal.Perspective.showView(Perspective.java:
2131)
        at org.eclipse.ui.internal.WorkbenchPage.busyShowView
(WorkbenchPage.java:1062)
        at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:
3773)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:
70)
        at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:
3770)
        at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:
3746)
        at org.eclipse.ui.handlers.ShowViewHandler.openView
(ShowViewHandler.java:165)
        at org.eclipse.ui.handlers.ShowViewHandler.execute
(ShowViewHandler.java:80)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute
(HandlerProxy.java:281)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:
476)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks
(ParameterizedCommand.java:508)
        at org.eclipse.ui.internal.handlers.HandlerService.executeCommand
(HandlerService.java:169)
        at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand
(SlaveHandlerService.java:247)
        at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection
(CommandContributionItem.java:619)
        at org.eclipse.ui.menus.CommandContributionItem.access$10
(CommandContributionItem.java:605)
        at org.eclipse.ui.menus.CommandContributionItem$4.handleEvent
(CommandContributionItem.java:595)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:
3823)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:
2384)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault
(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench
(Workbench.java:490)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:
149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start
(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run
(EclipseAppHandle.java:193)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication
(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start
(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:386)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run
(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to