| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
From tools r22.3, hprof-conv is inside platform-tools, not tools.
I've filed https://code.google.com/p/android/issues/detail?id=72570
to make a better fix in the future.
Change-Id: I21af21f9e2e6383c9d89be5d94c5474f42e32aec
|
|
|
|
| |
Change-Id: I5725e4f941771f8dc3a01e4cf97a896fcf7d0bd3
|
|
|
|
|
|
|
| |
Also fix the path to bundled SDK: monitor is in tools/lib/monitor,
not tools/monitor
Change-Id: Ia47112b8358076a8d93cc6492bc67490386459e7
|
|
|
|
| |
Change-Id: I1feb9abf01b635ca9e5de07aa0a269c773814640
|
|
|
|
|
| |
Change-Id: I1d6798719d0b01e1ec72f6cd1599aec871b87d03
http://code.google.com/p/android/issues/detail?id=38247
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is just a refactor to move classes around.
No functionality is actually changed.
The sdkman2 package contains classes that are now
sorted between "ui" and "core" packages. The core
stuff has no UI dependency and can be used in
unit tests, whereas the ui stuff needs SWT somehow.
In a later CL some of the UI stuff will be changed
to make it easier to mock for testing.
Change-Id: I86606df7992de6ca6ae1df95f7b712cbba4fd3b6
|
|
|
|
|
|
|
|
|
|
| |
Removed ILogger from ide_common
Removed ISdkLog (and implementations) from sdklib
Moved all existing code to com.android.utils.ILogger
which is located in common.
Change-Id: Icd674d4b8d10f6ae8b60a83acb43cc53c7a52137
|
|
|
|
|
|
|
| |
Move stuff out of sdklib into common and ide_common.
Remove androidprefs and move the one class into common.
Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
|
|
|
|
|
|
| |
Part of fix for http://code.google.com/p/android/issues/detail?id=35640
Change-Id: I75834928033d08936c15f354a630815276895242
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds support for invoking a find dialog when
the logcat view is in focus. The dialog can be invoked
via Edit -> Find (Ctrl + F), or via the context menu.
The dialog provides a way to specify a search term and
allows the user to search forward or backward in the
list of messages.
Change-Id: I7e7c6b20a051c161f035b3b45aba5f119f2c11a9
|
|
|
|
| |
Change-Id: I9da6a189b6b2660bd0f29752feb0e6666a5889ba
|
|
|
|
|
|
| |
Just like DDMS, send a ping during startup.
Change-Id: Id4f1f3cf2daec772f6566faaeb75ad7f8fe0a239
|
|
|
|
|
|
|
| |
This CL makes the monitor app to always use the folder
$HOME/.android/monitor-workspace for its workspace location.
Change-Id: I5fa3dd5f8a820b79e38d42d9a91eb9c3ac3224cc
|
|
|
|
|
|
|
| |
The monitor RCP was missing a bunch of menu items & preferences.
This CL adds a subset of those.
Change-Id: I7b3f71f4423145f777bfea97ba98a6e19a0d480b
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch enables the monitor application to obtain the
path to the Android SDK by:
1. JVM property
2. System env variable.
3. lastSdkPath used by ADT
4. If all the above fails, then a user dialog to prompt for the
SDK location.
Change-Id: I837bbc4c85810ac67b985a190c4e0656cea216f5
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Miscellaneous fixes the monitor RCP application:
- Add window images (the icon used for the application in
the operating system's tab switcher)
- Add hierarchy viewer plugin
- Add Image & Text to show in About Dialog
- Save/Restore application window preferences
- Add a menu bar with File & Help menus.
Change-Id: I877795584f7a06b07321ae21da0e6bc8e86b3724
|
|
|
|
|
|
|
| |
Monitor plugin is not built automatically, so this was not caught
earlier.
Change-Id: Ib115ac5a7bfb7adaad8b44a724611725ad5a72aa
|
|
|
|
|
|
| |
Add a perspective switcher bar to the monitor RCP application.
Change-Id: I86d8bdb5633d6566dba8aaf1c48561b947ea7420
|
|
The monitor plugin defines the entry point for the monitor RCP application,
and also defines the monitor.product product configuration.
The build scripts in eclipse/scripts/rcp show how to build the RCP app
from the command line.
Currently, these are not built on the build server. That will happen once
we figure out where to put the prebuilts.
Change-Id: Idc96b2c011dba55c0d6792e916193017df6ce1c1
|