Code Monkey home page Code Monkey logo

andlogview's People

Contributors

mlopatkin avatar nevack avatar sunnyan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

andlogview's Issues

Incorrect date/time during copy action

Original report by Anonymous.


== Occurrence Process ==

Select part of the log

press Ctrl+C to copy to clipboard

Paste clipboard content to text editor

== Occurrence Rate ==
Always

== Occurrence State ==
ms are absent after copying to clipboard, time format doesn't match with ddms format

Status bar is not updated after device disconnect

Original report by me.


Start the tool in ADB mode with a device connected

Note "ADB connected: " in the status bar

Disconnect the device

Click Ok in the "Device disconnected" dialog

Expected result: the status bar is updated to reflect that the device is disconnected

Actual result: the status bar continues to show that "ADB connected"

Right-click and selection interaction in bookmarks doesn't follow system-wide policy

Original report by me.


== Context menu and selection interaction in bookmarks window ==

  • Nothing is selected
    ** right-click at a line moves the selection to it and opens the context menu for this line
    ** right-click at blank opens the context menu for no lines - with disabled items

  • Some lines are selected
    ** right-click at a selected line opens the context menu for all selected lines
    ** right-click at an unselected line moves the selection to it and opens the context menu for this line
    ** right-click at blank clears the selection and opens the context menu for no lines - with disabled items

Crash when opening dumpstate file

Original report by me.


Start the tool with the dumpstate file specified in command-line

Expected result: the tool should start with opened dumpstate file

Actual result: the tool crashed (see the attached log file)

Uncaught exception when using context menu with no records under it

Original report by me.


Start tool in ADB mode when nothing is connected

Right-click somewhere in the table

Select any of the "Hide with..."/"Add to bookmarks" items

Expected result: these items should be disabled

Actual result: exception was thrown and when right-clicking again, menu item is highlighted.

2011-09-11 05:24:55,042 [AWT-EventQueue-0] ERROR org.bitbucket.mlopatkin.android.logviewer.Main - Uncaught exception in AWT-EventQueue-0
java.lang.ArrayIndexOutOfBoundsException: -1
	at javax.swing.DefaultRowSorter.convertRowIndexToModel(DefaultRowSorter.java:501)
	at javax.swing.JTable.convertRowIndexToModel(JTable.java:2611)
	at org.bitbucket.mlopatkin.android.logviewer.TablePopupMenuHandler.getRow(TablePopupMenuHandler.java:45)
	at org.bitbucket.mlopatkin.android.logviewer.LogRecordPopupMenuHandler$3.actionPerformed(LogRecordPopupMenuHandler.java:61)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1223)
	at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1264)
	at java.awt.Component.processMouseEvent(Component.java:6267)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
	at java.awt.Component.processEvent(Component.java:6032)
	at java.awt.Container.processEvent(Container.java:2041)
	at java.awt.Component.dispatchEventImpl(Component.java:4630)
	at java.awt.Container.dispatchEventImpl(Container.java:2099)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
	at java.awt.Container.dispatchEventImpl(Container.java:2085)
	at java.awt.Window.dispatchEventImpl(Window.java:2478)
	at java.awt.Component.dispatchEvent(Component.java:4460)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Focus goes to button after search

Original report by me.


Press Ctrl+F

Type some text that cannot be found

Press enter

Expected result: "Text not found" in status bar and focus on the table

Actual result: "Text not found" in status bar and focus on add button

Remember last used directory

Original report by me.


Open file in the directory other than My Documents, let's name it Foo

File > Open

Observe the file open dialog

Expected result: Foo is the current dir in the dialog

Actual result: My Documents is current dir in the dialog

Tool doesn't start in adb mode under server VM

Original report by me.


Precondition:
Hotspot 64-bit Server (1.6.0_22) is used; device can be connected or disconnected.

Steps:

  1. Start tool with command line "java -jar logview-0.13.jar"

Expected result:
Main window should appear.

Actual result:
Nothing happened, but the program is running.

Note: on 32-bit client VM the same jar works fine.

Some devices doesn't have system buffer

Original report by me.


Check: start emulator and run adb logcat -b system. There is no such buffer.

Start the tool in adb mode connected to emulator

Observe available buffers

Expected result: Main, Radio, Events

Actual result: Main, System, Radio, Events

However, system buffer is empty.

Cannot launch ADB

Original report by me.


Precondition: adb should not be on the PATH and adb.executable is not specified in the properties

Start the tool in adb mode

Expected result: show dialog describing that adb is not available and suggest to setup it.

Actual result: nothing happened except the warning in the logs

2011-09-11 05:39:51,935 [main] WARN  DDMLIB - adb: Failed to get the adb version: Cannot run program "abd": CreateProcess error=2, Íå óäàåòñÿ íàéòè óêàçàííûé ôàéë

Note about implementation:
The notification dialog should allow disabling it in the future - suppose that the user doesn't have android SDK installed but trying to read some log files?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.